Under examples are three demo DirSuites, which demonstrates
different aspects of DirSuite. These are runnable projects,
just run sbt test
on examples
-directory.
-
test cases Test cases which are used by examples.
-
DirSuiteDemo Example of typical usage of DirSuite
-
MapArgsDemo Example of how to map and change test’s arguments by DirSuite test (e.g. to provide extra arguments for conf file in actual test code).
-
FailureDemo Example how to ignore tests and examples of actual error messages when tests fail. These ignored tests will all fail, if you enable them by changing
ignore
prefix torun
prefix.