Example #1
0
  public void testPoshiRunner() throws Exception {
    String classCommandName = System.getProperty("test.case.name");

    Element element = PoshiRunnerContext.getTestcaseCommandElement(classCommandName);

    PoshiRunnerExecutor.parseElement(element);
  }