Ejemplo n.º 1
0
 public void EqualToShouldReturnAPropertySpecification()
 {
     Assert.IsInstanceOfType(typeof(PropertySpecification <Album, string>), sut.EqualTo("someString"));
 }