Testfall 1
This commit is contained in:
parent
547b9ea3c9
commit
bd397d5bd1
@ -2,14 +2,15 @@ import org.junit.Test;
|
||||
import static org.junit.Assert.*;
|
||||
|
||||
|
||||
public class CredentialsTest {
|
||||
public class CredentialsTest{
|
||||
|
||||
|
||||
|
||||
@Test
|
||||
public void testOne(){
|
||||
Credentials c = new Credentials("", "");
|
||||
assertNotNull(c);
|
||||
|
||||
CredentialsTest t = new CredentialsTest();
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user