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

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



public void testOne(){ public void testOne(){


//
// Arrange
int j = 23 ; int j = 23 ;
int a = 38; int a = 38;




assertEquals(100, res); assertEquals(100, res);



//

//
} }

} }

Loading…
Cancel
Save