Beispiel #1
0
 public static void AssemblyInit(TestContext context)
 {
     AutomapperExt.Config();
     AutofacExt.InitAutofac();
 }
Beispiel #2
0
 public API_Test()
 {
     this._apiService = AutofacExt.GetFromFac <ApiService>();
 }
Beispiel #3
0
 public DbServiceTests()
 {
     _dbTableService = AutofacExt.GetFromFac <DbTableService>();
     _dbColService   = AutofacExt.GetFromFac <DbColumnService>();
 }