// Constructors public ActiveSessionTests(AppFixture fixture, ITestOutputHelper output) { this.app = fixture.App; this.common = fixture.Common; TestLog.Output = output; }
// Constructors public DevTimeBarTests(AppFixture fixture, ITestOutputHelper output) { this.app = fixture.App; this.common = fixture.Common; TestLog.Output = output; }
// Constructors internal Common(UiApp app) { this.app = app; }