Exemple #1
0
 public void filtered_library_is_a_different_library_with_only_the_fixtures_that_matched_the_criteria()
 {
     library.ShouldNotBeTheSameAs(baseLibrary);
     library.ActiveFixtures.Select(x => x.Name).ShouldHaveTheSameElementsAs("Sentence", "Sets");
 }