public final class ProjogTestRunner extends Object
ProjogTestParser,
ProjogTestExtractor| Modifier and Type | Class and Description |
|---|---|
static class |
ProjogTestRunner.TestResults
Represents the results of running the Prolog tests.
|
| Modifier and Type | Method and Description |
|---|---|
static ProjogTestRunner.TestResults |
runTests(File testResources)
Run the Prolog tests contained in the given file.
|
static ProjogTestRunner.TestResults |
runTests(File testResources,
ProjogTestRunnerConfig runnerConfig)
Run the Prolog tests contained in the given file.
|
public static ProjogTestRunner.TestResults runTests(File testResources)
testResources - If testResources is a directory then all test scripts in the directory, and its
sub-directories, will be run. If testResources is a file then all tests contained in the file will be run.public static ProjogTestRunner.TestResults runTests(File testResources, ProjogTestRunnerConfig runnerConfig)
testResources - If testResources is a directory then all test scripts in the directory, and its
sub-directories, will be run. If testResources is a file then all tests contained in the file will be run.runnerConfig - Used to obtain the Projog instance to run the tests against.Copyright © 2022. All rights reserved.