public void then_each_result_contains_at_least_a_property() { foreach (var result in this.Result) { Assert.IsTrue(result.Properties.Count > 0); } }
public void then_Sut_is_instance_of_IPrincipalContextFactory() { Assert.IsInstanceOf <IPrincipalContextFactory>(this.Sut); }
public void then_Result_contains_20_results() { Assert.AreEqual(20, this.Result.Count); }
public void then_Result_contains_at_least_a_result() { Assert.IsTrue(this.Result.Properties.Count > 0); }