protected TransactionModuleTestBase(IPublishMessages publisher)
        {
            this.publisher = publisher;

            bootstrapper = new TestingBootstrapper(publisher);
            browser = new Browser(bootstrapper);
        }
示例#2
0
 private static void RanorexInit()
 {
     TestingBootstrapper.SetupCore();
 }
 public static void BeforeStartSuite()
 {
     Ranorex.Core.Resolver.AssemblyLoader.Initialize();
     TestingBootstrapper.SetupCore();
 }