Skip to content

Instantly share code, notes, and snippets.

@bittersweetryan
Created February 14, 2012 21:36
Show Gist options
  • Save bittersweetryan/1830655 to your computer and use it in GitHub Desktop.
Save bittersweetryan/1830655 to your computer and use it in GitHub Desktop.
Fun Unit Test
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