1 instantiation of FakePlaintextRedactor
Microsoft.Extensions.Compliance.Redaction.Tests (1)
RedactorProviderTests.cs (1)
106
redactors: new Redactor[] { ErasingRedactor.Instance, new
FakePlaintextRedactor
() },
5 references to FakePlaintextRedactor
Microsoft.Extensions.Compliance.Redaction.Tests (5)
RedactionAcceptanceTests.cs (4)
23
.SetRedactor<
FakePlaintextRedactor
>(dc1)
24
.SetRedactor<
FakePlaintextRedactor
>(DataClassification.Unknown)
25
.SetFallbackRedactor<
FakePlaintextRedactor
>())
45
.AddRedaction(x => x.SetRedactor<
FakePlaintextRedactor
>(dc))
RedactorProviderTests.cs (1)
123
FallbackRedactor = typeof(
FakePlaintextRedactor
),