4 types derived from AbstractInteractiveHostTests
InteractiveHost.UnitTests (4)
InteractiveHostCoreInitTests.cs (1)
20public sealed class InteractiveHostCoreInitTests(ITestOutputHelper testOutputHelper) : AbstractInteractiveHostTests(testOutputHelper)
InteractiveHostCoreTests.cs (1)
16public sealed class InteractiveHostCoreTests(ITestOutputHelper testOutputHelper) : AbstractInteractiveHostTests(testOutputHelper)
InteractiveHostDesktopInitTests.cs (1)
19public sealed class InteractiveHostDesktopInitTests(ITestOutputHelper testOutputHelper) : AbstractInteractiveHostTests(testOutputHelper)
InteractiveHostDesktopTests.cs (1)
24public sealed class InteractiveHostDesktopTests(ITestOutputHelper testOutputHelper) : AbstractInteractiveHostTests(testOutputHelper)