コード例 #1
0
ファイル: FactTest.java プロジェクト: b2ornot2b/CycCoreAPI
 @BeforeClass
 public static void setUp() throws Exception {
   log = Logger.getLogger(FactTest.class.getName());
   TestConstants.ensureInitialized();
 }
コード例 #2
0
 @BeforeClass
 public static void initSuit() throws Exception {
   TestConstants.initConstants();
 }
コード例 #3
0
 @Before
 public void setUp() throws Exception {
   TestConstants.initConstants();
 }