Once upon a time I decided to create my own simple test suite based on jtharness.
How the suite should look like:
- a command line execution: java -jar jtharness.jar -testsuite my.jts
- configuration: a property file with two parameters - path to java and vm flags
- test are stored in files with .test extension
- a result of a test execution should be just printing out the test file name
It's a very simple scenario.
I spent a whole day, but I hadn't manage to create such one.
I know that jtreg is doing something similar - it makes possible to use jtharness for developing simple tests.
It would be great if jtharness provided a way to organize simple suites without much codding.
How the suite should look like:
- a command line execution: java -jar jtharness.jar -testsuite my.jts
- configuration: a property file with two parameters - path to java and vm flags
- test are stored in files with .test extension
- a result of a test execution should be just printing out the test file name
It's a very simple scenario.
I spent a whole day, but I hadn't manage to create such one.
I know that jtreg is doing something similar - it makes possible to use jtharness for developing simple tests.
It would be great if jtharness provided a way to organize simple suites without much codding.