Compare commits

..

No commits in common. "547b9ea3c9ea5c60841a1001935b08ccacd15f21" and "b049a50fb10d64dc8c03c1d1494c09e0106919b1" have entirely different histories.

2 changed files with 6 additions and 19 deletions

View File

@ -1,18 +0,0 @@
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,5 +38,10 @@ public class Testamadoubahaa {
assertEquals(100, res);
//
//
}
}