Ejemplo n.º 1
0
        // Constructors
        public ActiveSessionTests(AppFixture fixture, ITestOutputHelper output)
        {
            this.app    = fixture.App;
            this.common = fixture.Common;

            TestLog.Output = output;
        }
Ejemplo n.º 2
0
        // Constructors
        public DevTimeBarTests(AppFixture fixture, ITestOutputHelper output)
        {
            this.app    = fixture.App;
            this.common = fixture.Common;

            TestLog.Output = output;
        }
Ejemplo n.º 3
0
 // Constructors
 internal Common(UiApp app)
 {
     this.app = app;
 }