spring mvc responsebody的单元测试方法

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

猜你喜欢

转载自liangzhijian.iteye.com/blog/1041959