Created
February 14, 2012 21:36
-
-
Save bittersweetryan/1830655 to your computer and use it in GitHub Desktop.
Fun Unit Test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public void function testAuthenticatingUserWithWrongPassword(){ | |
createUser(); | |
user.setPassword("iLoveBieber"); | |
assertTrue(user.authenticate()); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment