Top Level Namespace

Includes:
DTest::DSL

Defined Under Namespace

Modules: DTest, Singleton

Instance Method Summary collapse

Methods included from DTest::DSL

#GlobalHarness, #SharedContext, #TestCase

Instance Method Details

#usageObject



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