3 references to GetFakesConfiguration
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))
232
Assert.Throws<ArgumentNullException>(() => ((IRedactionBuilder)null!).SetFakeRedactor(Setup.
GetFakesConfiguration
(), dc));