public void ActionQueryNotNull() { // Arrange HomeController controller = new HomeController(); ModelQuery modelQuery = new ModelQuery(); // Act ActionResult result = controller.ActionQuery(modelQuery, 0) as ActionResult; // Assert Assert.IsNotNull(result); }