Top Level Namespace
- Includes:
- DTest::DSL
Defined Under Namespace
Instance Method Summary collapse
Methods included from DTest::DSL
#GlobalHarness, #SharedContext, #TestCase
Instance Method Details
#usage ⇒ Object
6 7 8 9 10 11 12 |
# File 'lib/dtest/command.rb', line 6 def usage puts 'dtest [options] [files...]' puts 'dtest [options] [files...] -- [arguments for testcode]' puts '' puts ' --xml output_path Specify path to write junit style xml.' puts ' --color Enables to print color on the terminal.' end |