3 references to SetFakeRedactor
Microsoft.Extensions.Compliance.Testing.Tests (3)
RedactionFakesAcceptanceTests.cs (3)
61.AddRedaction(x => x.SetFakeRedactor(Setup.GetFakesConfiguration(), dc)) 80.AddRedaction(x => x.SetFakeRedactor(Setup.GetFakesConfiguration(), dc)) 232Assert.Throws<ArgumentNullException>(() => ((IRedactionBuilder)null!).SetFakeRedactor(Setup.GetFakesConfiguration(), dc));