public void TestOrderController_OrderPrintFooter() { var result = orderController.OrderPrintFooter() as ViewResult; Assert.That(result.ViewName, Is.EqualTo("OrderPrintFooter")); }