@Test
 public void should_create_User_List() throws Exception {
   addUsers(userManager);
   assertThat(userManager.getUserCount(), is(3));
 }