Пример #1
0
 public static void VerifyMvcPage <ControllerUnderTest>(Expression <Func <ControllerUnderTest, Func <ActionResult> > > actionName)
     where ControllerUnderTest : TestableControllerBase
 {
     VerifyMvcUrl(ReflectionUtility.GetControllerName <ControllerUnderTest>(), ReflectionUtility.GetMethodName(actionName.Body), GetFilePathasQueryString <ControllerUnderTest>());
 }