This commit is contained in:
amadoubahaa68134 2018-11-22 16:12:12 +01:00
parent becdc0e088
commit 5fe24de1d2
2 changed files with 19 additions and 6 deletions

18
src/CredentialsTest.java Normal file
View File

@ -0,0 +1,18 @@
import org.junit.Test;
import static org.junit.Assert.*;
public class CredentialsTest {
@Test
public void testOne(){
CredentialsTest t = new CredentialsTest();
}
}

View File

@ -27,7 +27,7 @@ public class Testamadoubahaa {
public void testOne(){
//
// Arrange
int j = 23 ;
int a = 38;
@ -38,10 +38,5 @@ public class Testamadoubahaa {
assertEquals(100, res);
//
//
}
}