- ProjogTestAnswer - Class in org.projog.test
-
Represents an answer to a query contained in a system test file.
- ProjogTestAnswer() - Constructor for class org.projog.test.ProjogTestAnswer
-
- ProjogTestCode - Class in org.projog.test
-
Represents Prolog syntax defining clauses contained in a system test file.
- ProjogTestComment - Class in org.projog.test
-
Represents a Prolog comment contained in a system test file.
- ProjogTestContent - Interface in org.projog.test
-
Represents a piece of content in a system test file.
- ProjogTestExtractor - Class in org.projog.test
-
Extracts Prolog tests from the comments of Java source files.
- ProjogTestExtractorConfig - Class in org.projog.test
-
Provides configuration for how Prolog tests should be extracted from the comments of Java source files.
- ProjogTestExtractorConfig() - Constructor for class org.projog.test.ProjogTestExtractorConfig
-
- ProjogTestLink - Class in org.projog.test
-
Represents a link contained in a system test file.
- ProjogTestParser - Class in org.projog.test
-
- ProjogTestParser(File) - Constructor for class org.projog.test.ProjogTestParser
-
- ProjogTestQuery - Class in org.projog.test
-
Represents a single system test query.
- ProjogTestRunner - Class in org.projog.test
-
Runs tests defined in Prolog files and compares actual output against expected results.
- ProjogTestRunner.TestResults - Class in org.projog.test
-
Represents the results of running the Prolog tests.
- ProjogTestRunnerConfig - Interface in org.projog.test
-