Class TestCaseParser


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

      • TestCaseParser

        public TestCaseParser()
    • Method Detail

      • 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.