I m 学习农业/铁路,撰写我的第一份融合测试。
它目前未能做到:
groovy.lang.MissingMethodException: No signature of method: com.mangofactory.scurry.User.save() is applicable for argument types: () values: []
我的考验是没有做任何事:
class UserEventControllerTests extends ControllerUnitTestCase {
protected void setUp() {
super.setUp()
}
protected void tearDown() {
super.tearDown()
}
void testAddingAUser()
{
def user = new User(emailAddress: "martypitt@test.com")
user.save()
}
}
当我通过铁路提供的有条不紊的页面时,向该实体节省费用。
我错了什么?