Credentials Test
This commit is contained in:
parent
ebe8dd0b6e
commit
fdb392d547
@ -1,4 +1,7 @@
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
public class Credentials {
|
||||
|
||||
private String login;
|
||||
private String hash;
|
||||
|
||||
@ -15,3 +18,6 @@ public class Credentials {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
@ -1,8 +1,10 @@
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
import static org.junit.jupiter.api.Assertions.*;
|
||||
|
||||
class CredentialsTest {
|
||||
|
||||
@org.junit.jupiter.api.Test
|
||||
@Test
|
||||
void valid() {
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user