Hi,
consoletestrunner's ParseOptions method set a variable 'FormatParam'
which is defined in the implementation section. This prevents us from
creating descendant test runner applications and manually overriding
the value of FormatParam.
FormatParam should rather be defined as a property in TTes
On 09/01/2008, Bogusław Brandys <[EMAIL PROTECTED]> wrote:
>
> By the way : there is a little problem with fpcunit GUI runner with a
> lot of tests - after Run or Run all tests treeview is fully expanded
> which makes hard to find a particular test I'd like to run after.
>
> An popup menu to fold a
Graeme Geldenhuys wrote:
More ideas
Other things that could be saved for Text Test Runner is the preferred
output format (plain, xml, latex), show progress, stylesheet (if xml)
and output file name.
Regards,
- Graeme -
On 09/01/2008, Graeme Geldenhuys <[EMAIL PROTECTED]> wrote:
Hi,
On 09/01/2008, Vincent Snijders <[EMAIL PROTECTED]> wrote:
>
> From the command line help:
> --suite=MyTestSuiteName run single test suite class
I know about this, sometimes you want a quick set of tests, not a
whole testsuite. Or selected tests from certain testsuites.
Storing other settings
More ideas
Other things that could be saved for Text Test Runner is the preferred
output format (plain, xml, latex), show progress, stylesheet (if xml)
and output file name.
Regards,
- Graeme -
On 09/01/2008, Graeme Geldenhuys <[EMAIL PROTECTED]> wrote:
> Hi,
>
> When using FPCunit with
Graeme Geldenhuys schreef:
Hi,
When using FPCunit with the GUI Test Runner (DUnit does this) you can
select a set of tests tests to run. You don't always have to run all
tests.
In the FPCUnit Text Test Runner it is always assumed that you want to
run *all* tests. This is not always desired - t
Hi,
When using FPCunit with the GUI Test Runner (DUnit does this) you can
select a set of tests tests to run. You don't always have to run all
tests.
In the FPCUnit Text Test Runner it is always assumed that you want to
run *all* tests. This is not always desired - tests should normally
run quic