This website works better with JavaScript.
Home
Explore
Help
Sign In
klasingbr88631
/
Passwort-Pruefer-Profis
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Credentials Test
master
MRichter
2 years ago
parent
476a5b6ed1
commit
021d5a34bc
1 changed files
with
6 additions
and
0 deletions
Unified View
Show Diff Stats
6
0
test/java/CredentialsTest.java
+ 6
- 0
test/java/CredentialsTest.java
View File
assertTrue(cred.valid());
assertTrue(cred.valid());
}
}
@Test
void validWrongData() {
Credentials cred = new Credentials("hofmannol", "GEHEIM123");
assertFalse(cred.valid());
}
}
}
Write
Preview
Loading…
Cancel
Save