Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 850 Bytes

howto.adoc

File metadata and controls

21 lines (14 loc) · 850 Bytes

How to use DirSuite

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 to run prefix.