9 references to ActivatedDocumentTransformerWithDependency
Microsoft.AspNetCore.OpenApi.Tests (9)
Transformers\TypeBasedTransformerLifetimeTests.cs (9)
263
options.AddDocumentTransformer<
ActivatedDocumentTransformerWithDependency
>();
265
ActivatedDocumentTransformerWithDependency
.InstantiationCount = 0;
273
Assert.Equal(3,
ActivatedDocumentTransformerWithDependency
.InstantiationCount);
289
options.AddDocumentTransformer<
ActivatedDocumentTransformerWithDependency
>();
291
ActivatedDocumentTransformerWithDependency
.InstantiationCount = 0;
299
Assert.Equal(3,
ActivatedDocumentTransformerWithDependency
.InstantiationCount);
315
options.AddDocumentTransformer<
ActivatedDocumentTransformerWithDependency
>();
317
ActivatedDocumentTransformerWithDependency
.InstantiationCount = 0;
325
Assert.Equal(3,
ActivatedDocumentTransformerWithDependency
.InstantiationCount);