Beispiel #1
0
 public void first_usage_has_all_the_right_mandatories()
 {
     theUsageGraph.FindUsage("Link an application folder to a package folder").Arguments.Select(x => x.MemberName).ShouldHaveTheSameElementsAs("AppFolder", "PackageFolder");
 }
Beispiel #2
0
 public void first_usage_has_all_the_right_mandatories()
 {
     theUsageGraph.FindUsage("list").Arguments.Select(x => x.PropertyName).ShouldHaveTheSameElementsAs("AppFolder");
 }