Ejemplo n.º 1
0
 public void GivenACompatibilityRequest_WhenNotImplemented_ThenNotImplementedShouldBeThrown()
 {
     Assert.Throws <NotImplementedException>(() => _schemaController.Compatibility());
 }