@@ -0,0 +1,18 @@ | |||
import org.junit.Test; | |||
import static org.junit.Assert.*; | |||
public class CredentialsTest { | |||
@Test | |||
public void testOne(){ | |||
CredentialsTest t = new CredentialsTest(); | |||
} | |||
} |
@@ -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); | |||
// | |||
// | |||
} | |||
} |