import org.junit.Test; | |||||
import static org.junit.Assert.*; | |||||
public class CredentialsTest { | |||||
@Test | |||||
public void testOne(){ | |||||
CredentialsTest t = new CredentialsTest(); | |||||
} | |||||
} |
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); | ||||
// | |||||
// | |||||
} | } | ||||
} | } |