testOne
This commit is contained in:
parent
becdc0e088
commit
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(){
|
public void testOne(){
|
||||||
|
|
||||||
//
|
// Arrange
|
||||||
int j = 23 ;
|
int j = 23 ;
|
||||||
int a = 38;
|
int a = 38;
|
||||||
|
|
||||||
@ -38,10 +38,5 @@ public class Testamadoubahaa {
|
|||||||
|
|
||||||
assertEquals(100, res);
|
assertEquals(100, res);
|
||||||
|
|
||||||
|
|
||||||
//
|
|
||||||
|
|
||||||
//
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user