Description of WebDriverModule.
Inheritance: Autofac.Module
コード例 #1
0
 //public WebDriverFactory(Autofac.Module module)
 static WebDriverFactory()
 {
     try {
         AutofacModule = new WebDriverModule();
     }
     catch (Exception eLoadingModule) {
         Console.WriteLine("Loading of module failed; " + eLoadingModule.Message);
     }
 }
コード例 #2
0
ファイル: WebDriverFactory.cs プロジェクト: apetrovskiy/STUPS
 //public WebDriverFactory(Autofac.Module module)
 static WebDriverFactory()
 {
     try {
         AutofacModule = new WebDriverModule();
     }
     catch (Exception eLoadingModule) {
         Console.WriteLine("Loading of module failed; " + eLoadingModule.Message);
     }
 }