import org.junit.Test; import static org.junit.Assert.*; public class CredentialsTest { @Test public void testOne(){ CredentialsTest t = new CredentialsTest(); } }