3 references to _appSettings
VBCSCompiler.UnitTests (3)
BuildServerControllerTests.cs (3)
28
_controller = new BuildServerController(
_appSettings
, new XunitCompilerServerLogger(testOutputHelper));
34
_appSettings
[BuildServerController.KeepAliveSettingName] = "42";
41
_appSettings
[BuildServerController.KeepAliveSettingName] = "dog";