Package com.subgraph.vega.impl.scanner.modules.scripting.tests

Examples of com.subgraph.vega.impl.scanner.modules.scripting.tests.DomTestModule.run()


  private void runDomTestModule(ScriptedModule module) {
    if(module.getModuleType() != ModuleScriptType.DOM_TEST)
      return;
    final DomTestModule test = new DomTestModule(module, bundle, htmlParser);
    try {
      test.run(currentWorkspace);
    } catch (Exception e) {
      e.printStackTrace();
    }
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.