import org.junit.jupiter.api.Test; | |||||
public class Credentials { | public class Credentials { | ||||
private String login; | private String login; | ||||
private String hash; | private String hash; | ||||
return false; | return false; | ||||
} | } | ||||
} | } | ||||
import org.junit.jupiter.api.Test; | |||||
import static org.junit.jupiter.api.Assertions.*; | import static org.junit.jupiter.api.Assertions.*; | ||||
class CredentialsTest { | class CredentialsTest { | ||||
@org.junit.jupiter.api.Test | |||||
@Test | |||||
void valid() { | void valid() { | ||||
} | } | ||||
} | } |