9 writes to Configured
Microsoft.AspNetCore.Hosting.Tests (9)
Fakes\Startup.cs (7)
18
services.Configure<FakeOptions>(o => o.
Configured
= true);
26
o.
Configured
= true;
36
o.
Configured
= true;
46
o.
Configured
= true;
56
o.
Configured
= true;
77
o.
Configured
= true;
88
o.
Configured
= true;
Fakes\StartupBase.cs (1)
15
o.
Configured
= true;
Fakes\StartupCaseInsensitive.cs (1)
17
o.
Configured
= true;
2 references to Configured
Microsoft.AspNetCore.Hosting.Tests (2)
StartupManagerTests.cs (2)
355
Assert.True(options.
Configured
);
402
Assert.True(options.
Configured
);