Using ant build script instead
This commit is contained in:
14
test/com/flaremicro/crossjeeves/MainTest.java
Normal file
14
test/com/flaremicro/crossjeeves/MainTest.java
Normal file
@@ -0,0 +1,14 @@
|
||||
package com.flaremicro.crossjeeves;
|
||||
|
||||
import static org.junit.Assert.*;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
public class MainTest {
|
||||
|
||||
@Test
|
||||
public void test() {
|
||||
assertTrue(true);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user