Example #1
0
 public ManageCache_Test(Xunit.Abstractions.ITestOutputHelper output, ReadStatelessCase context)
 {
     this._context      = context;
     this._cacheManager = this._context.ResolveService <ICacheManager>();
 }
Example #2
0
 public SplitInitial_Test(Xunit.Abstractions.ITestOutputHelper output, ReadStatelessCase context)
 {
     this._context = context;
 }
 public SplitService_Common_Test(Xunit.Abstractions.ITestOutputHelper output, ReadStatelessCase context)
 {
     this._context      = context;
     this._splitService = this._context.ResolveService <ISplitService>();
 }
 public SessionAppService_Admin_Tests(Xunit.Abstractions.ITestOutputHelper output, ReadStatelessCase context)
 {
     this._context           = context;
     this._sessionAppService = this._context.ResolveService <ISessionAppService>();
 }