Class TestCaseParser

java.lang.Object
jp.vmi.selenium.selenese.TestCaseParser

public final class TestCaseParser
extends Object
Parser of test-case script.
  • Constructor Details

    • TestCaseParser

      public TestCaseParser()
  • Method Details

    • parse

      public static Selenese parse​(SourceType sourceType, CommandIterator iter, TestProjectReader projectReader, ICommandFactory commandFactory)
      Parse test-case script.
      Parameters:
      sourceType - test-case source type.
      iter - command iterator.
      projectReader - test-project reader.
      commandFactory - command factory.
      Returns:
      Selenese instance.