Uses of Interface
qat.parser.ParserInterface

Packages that use ParserInterface
qat.components   
qat.gui   
qat.parser   
qat.parser.junitparser   
qat.parser.qashparser   
qat.parser.qaxmlparser   
 

Uses of ParserInterface in qat.components
 

Constructors in qat.components with parameters of type ParserInterface
Notepad(java.lang.String fileName, ParserInterface parser, boolean syntaxHighlighting)
           
Notepad(ParserInterface parser, boolean syntaxHighlighting)
           
 

Uses of ParserInterface in qat.gui
 

Methods in qat.gui with parameters of type ParserInterface
 void TestSpecification.parseTest(java.lang.String projectResultsDirectory, java.util.Properties defaultProperties, ParserInterface parser)
           
 void TestSpecification.runTest(java.lang.String projectResultsDirectory, java.util.Properties defaultProperties, ParserInterface parser)
           
 void TestTree.parseTestNode(TestTreeNode node, ParserInterface parser)
           
 TestSpecification TestTree.parseTest(TestSpecification test, ParserInterface parser)
           
 void QATInterface.parseTest(TestTreeNode testNode, ParserInterface parser)
          Reparses all tests from this node.
 void QAT.parseTest(TestTreeNode testNode, ParserInterface parser)
           
 

Uses of ParserInterface in qat.parser
 

Methods in qat.parser that return ParserInterface
 ParserInterface GenericTestFinder.getParser(java.io.File file)
           
 ParserInterface TestFinderInterface.getParser(java.io.File file)
          Return a parser for the specified file type, or null if it's not one we recognise.
 

Uses of ParserInterface in qat.parser.junitparser
 

Classes in qat.parser.junitparser that implement ParserInterface
 class JUnitParser
          This file loads a single QAT file, and will attempt to resolve all keywords in this qat file file by first including any .INC statements, and their parent statements etc, until all neccesary files have been included.
 

Methods in qat.parser.junitparser that return ParserInterface
 ParserInterface JUnitTestFinder.getParser(java.io.File file)
          Return a parser for the specified file type, or null * if it's not one we recognise.
 

Uses of ParserInterface in qat.parser.qashparser
 

Classes in qat.parser.qashparser that implement ParserInterface
 class QASHParser
          This file loads a single QAT file, and will attempt to resolve all keywords in this qat file * file by first including any .INC statements, and their parent statements etc, until all neccesary files * have been included
 

Methods in qat.parser.qashparser that return ParserInterface
 ParserInterface QASHTestFinder.getParser(java.io.File file)
          Return a parser for the specified file type, or null * if it's not one we recognise.
 

Uses of ParserInterface in qat.parser.qaxmlparser
 

Classes in qat.parser.qaxmlparser that implement ParserInterface
 class QAXMLParser
          * This file loads a single QAT file, and will attempt to resolve all keywords in this qat file * file by first including any .INC statements, and their parent statements etc, until all neccesary files * have been included
 

Methods in qat.parser.qaxmlparser that return ParserInterface
 ParserInterface QAXMLTestFinder.getParser(java.io.File file)
          Return a parser for the specified file type, or null * if it's not one we recognise.
 



See QAT project for licensing details