public void then_a_new_item_type_should_be_created_and_the_redirected_to_the_correct_view()
 {
     _result.ShouldNotBeNull();
     _result.RouteValues.Values.ShouldContain(_expectedRouteName);
 }
Beispiel #2
0
 public void CreateNew_ItemType_ReturnsRedirect()
 {
     _result.ShouldNotBeNull();
     Assert.AreEqual(_expectedRouteName, _result.RouteName);
 }
 public void should_return_a_result()
 {
     _result.ShouldNotBeNull();
 }