Example #1
0
 public void GetDateTime_ExistsAndCorrectTypeWithDefaultFormat_ReturnsDateTime()
 {
     _attributes.GetDateTime("property7").Should().Be.EqualTo("20110313064859.0Z".FormatLdapDateTime(ExtensionMethods.LdapFormat));
 }