import org.junit.Test; import static org.junit.Assert.*; public class CredentialsTest{ @Test public void testOne(){ Credentials c = new Credentials("", ""); assertNotNull(c); } }