extensions
extensions copied to clipboard
FakeRedactorProvider should support configurable redactors per data classification
Right now, the FakeRedactorProvider only returns a single redactor for all data classifications. It should be made more flexible and support returning different redactors for different data classifications in order to be suitably flexible for use in tests. We currently have a test which needs to mock IRedactorProvider to deal with this limitation.