Guest User

Untitled

a guest
Jul 17th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. public class JdbcAccessPersisterTestCase extends TestCase {
  2.  
  3.  
  4.  
  5. public void testChecksAccessLevelExistsAndNewUserIsUniqueWhenAddingNewUserToDatabase() throws Exception {
  6. givenInitializedWithDefaultValues();
  7.  
  8. whenAccessLevelExists();
  9. whenUserDoesntExist();
  10. whenUserIsInsertedToDatabase();
  11.  
  12. thenUserIsAdded();
  13. }
  14. }
Add Comment
Please, Sign In to add comment