1 write to TestProperty
Microsoft.AspNetCore.Mvc.Core.Test (1)
Infrastructure\ConfigureCompatibilityOptionsTest.cs (1)
43
TestProperty
= false,
6 references to TestProperty
Microsoft.AspNetCore.Mvc.Core.Test (6)
Infrastructure\ConfigureCompatibilityOptionsTest.cs (6)
27
Assert.False(options.
TestProperty
);
38
{ nameof(TestOptions.
TestProperty
), true },
50
Assert.False(options.
TestProperty
);
61
{ nameof(TestOptions.
TestProperty
), true },
70
Assert.True(options.
TestProperty
);
89
_testProperty = new CompatibilitySwitch<bool>(nameof(
TestProperty
));