Exemple #1
0
 public void GivenACurrentVersiontRequest_WhenNotImplemented_ThenNotImplementedShouldBeThrown()
 {
     Assert.Throws <NotImplementedException>(() => _schemaController.CurrentVersion());
 }