Beispiel #1
0
        //public static ITestContext Context { get; set; }

        public TestContext(EventArgs ev, Authorization auth)
        {
            this.Id        = GuidHelper.CreateNew();
            this.EventArgs = ev;
            this.Auth      = auth;
            this.Settings  = new Dictionary <string, string>();
        }