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