Browse Source

testOne

master
amadoubahaa68134 5 years ago
parent
commit
5fe24de1d2
2 changed files with 19 additions and 6 deletions
  1. 18
    0
      src/CredentialsTest.java
  2. 1
    6
      src/Testamadoubahaa.java

+ 18
- 0
src/CredentialsTest.java 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();

}



}

+ 1
- 6
src/Testamadoubahaa.java 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);


//

//
}

}

Loading…
Cancel
Save