import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.*; class CredentialsTest { @Test void valid() { } }