示例#1
0
 public void DeleteInactiveProfilesThrowsNotImplementedException(FakeProfileProvider sut, ProfileAuthenticationOption option, DateTime date)
 {
     Assert.Throws <NotImplementedException>(() => sut.DeleteInactiveProfiles(option, date));
 }