public final class ProjogTestExtractor extends Object
Produces .txt and .pl files for implementations of PredicateFactory and
ArithmeticOperator. The contents of the files are extracted from the comments in the .java file of
the PredicateFactory or ArithmeticOperator. The .txt file contains the contents of the
Javadoc comment of the class. The .pl file contains the Prolog syntax contained in the "TEST" comment
at the top of the class.
ProjogTestExtractorConfig,
ProjogTestRunner| Modifier and Type | Method and Description |
|---|---|
static void |
extractTests() |
static void |
extractTests(ProjogTestExtractorConfig config) |
public static void extractTests()
public static void extractTests(ProjogTestExtractorConfig config)
Copyright © 2022. All rights reserved.