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