current text for the test::unit --help stands as
------
Test::Unit automatic runner.
Usage: asm.rb [options] [-- untouched arguments]
-r, --runner=RUNNER Use the given RUNNER.
(c[onsole], f[ox], g[tk], g[tk]
2, t[k])
-n, --name=NAME Runs tests matching NAME.
(patterns may be used).
-t, --testcase=TESTCASE Runs tests in TestCases
matching TESTCASE.
(patterns may be used).
-v, --verbose=[LEVEL] Set the output level (default
is verbose).
(s[ilent], p[rogress], n
[ormal], v[erbose])
-- Stop processing options so that
the
remaining options will be
passed to the
test.
-h, --help Display this help.
Deprecated options:
--console Console runner (use --runner).
--gtk GTK runner (use --runner).
--fox Fox runner (use --runner).
-----
is there any chance that this can be modified to indicate
that -t is a classname while -n is a method name? the help
text for -t is very implicit in its indication via "TestCases"
and i find myself frequently frustrated and wondering why on
earth my -t Blah just isn't working. maybe when -t or -n don't
match they should print out some extra information in any case?
cheers,
Alex
|