Compare commits
2 Commits
b049a50fb1
...
547b9ea3c9
Author | SHA1 | Date | |
---|---|---|---|
![]() |
547b9ea3c9 | ||
![]() |
5fe24de1d2 |
18
src/CredentialsTest.java
Normal file
18
src/CredentialsTest.java
Normal 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();
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
@ -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);
|
||||
|
||||
|
||||
//
|
||||
|
||||
//
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user