Example #1
0
 @BeforeClass
 public static void setUp() throws Exception {
   log = Logger.getLogger(FactTest.class.getName());
   TestConstants.ensureInitialized();
 }
 @BeforeClass
 public static void initSuit() throws Exception {
   TestConstants.initConstants();
 }
 @Before
 public void setUp() throws Exception {
   TestConstants.initConstants();
 }