Testfall 1

This commit is contained in:
blckxsepia 2018-11-22 16:24:50 +01:00
parent 547b9ea3c9
commit bd397d5bd1

View File

@ -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();
} }