Example #1
0
 public void ShouldBeOfType()
 {
     var theSimpsonsDog = new Cat() { Name = "Santas little helper" };
     theSimpsonsDog.ShouldBeOfType<Dog>();
 }