9 references to ActivatedDocumentTransformerWithDependency
Microsoft.AspNetCore.OpenApi.Tests (9)
Transformers\TypeBasedTransformerLifetimeTests.cs (9)
261
options.AddDocumentTransformer<
ActivatedDocumentTransformerWithDependency
>();
263
ActivatedDocumentTransformerWithDependency
.InstantiationCount = 0;
271
Assert.Equal(3,
ActivatedDocumentTransformerWithDependency
.InstantiationCount);
287
options.AddDocumentTransformer<
ActivatedDocumentTransformerWithDependency
>();
289
ActivatedDocumentTransformerWithDependency
.InstantiationCount = 0;
297
Assert.Equal(3,
ActivatedDocumentTransformerWithDependency
.InstantiationCount);
313
options.AddDocumentTransformer<
ActivatedDocumentTransformerWithDependency
>();
315
ActivatedDocumentTransformerWithDependency
.InstantiationCount = 0;
323
Assert.Equal(3,
ActivatedDocumentTransformerWithDependency
.InstantiationCount);