コード例 #1
0
 public void BookingHistory()
 {
     Assert.Throws <NullReferenceException>(() =>
     {
         //Act
         IActionResult result = controller.BookingHistory();
         //Assert
         Assert.NotNull(result);
     });
 }