Browse Source

Testfall 1

master
blckxsepia 5 years ago
parent
commit
bd397d5bd1
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      src/CredentialsTest.java

+ 3
- 2
src/CredentialsTest.java View File

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…
Cancel
Save