@Test
public void hasPhotoInPhotoclass() throws Exception {
int results =
teamPhotoClassController.hasPhotoInPhotoclass( String.valueOf( TEAMPHOTOCLASSID ) ) ;
assertTrue( results >= 1 ) ;
assertNotNull( results ) ;
}
@Test
public void hasPhotoInPhotoclass() throws Exception {
int results =
teamPhotoClassController.hasPhotoInPhotoclass( String.valueOf( TEAMPHOTOCLASSID ) ) ;
assertTrue( results >= 1 ) ;
assertNotNull( results ) ;
}