[fpc-pascal] order of unit tests

Marc Santhoff M.Santhoff at t-online.de
Sun Dec 7 00:08:13 CET 2008


Hi,

currently I'm observing the following behaviour:

- test cases are run in the order of their registration
- testing procedures (per test) are run in the order of their
declaration in the test class

Since I can save a lot of work depending on this orders I'd like to do
so. ;)

Is there any argument speaking against assuming fixed order behaviour?

Not for test suites, as I understand it, but that's fine with me.

TIA,
Marc





More information about the fpc-pascal mailing list