Example #1
0
 public void allItemsAreNotNull()
 {
     CollectionAssert.AllItemsAreNotNull(ct.getGroups(), "Not null failed!");
 }
Example #2
0
 public List <DTO.GroupDTO> getAllGroups()
 {
     return(ct.getGroups());
 }