Supprimer 'SimpleTest.java'
This commit is contained in:
parent
7dcc678992
commit
647cc0c008
1 changed files with 0 additions and 20 deletions
|
@ -1,20 +0,0 @@
|
|||
import static org.junit.Assert.assertTrue;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
public class SimpleTest {
|
||||
@Test
|
||||
public void test1(){
|
||||
int a=2;
|
||||
int b=2;
|
||||
assertTrue(a+b==4);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void test2(){
|
||||
int a=2;
|
||||
int b=2;
|
||||
assertTrue(a+b<4);
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in a new issue