I am currently using DUnit to unittest my code.
In what respect does DUnit2 differ from DUnit?
What features does it have?
Is the GUI different? Then please provide screenshot on SourceForge.
Is the featureset different? Then please link to a online feature list (or features.txt).
Will my current testproject work with DUnit1, or is it a one-way upgrade?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is DUnit2 pre-alpha, beta, or almost mature?
When is it expected to be merged back with the original DUnit, or is this no longer the intention?
Does DUnit support D2010?
Is DUnit2 (natively) capable of testing data-arrays for input-output correlation without halting at the first fail, or is it still required to build custom testcode?
What is the status of http://members.optusnet.com.au/mcnabp/index.html , and why is there no mention of it on the SourceForge page?
The SourceForge page/site could really use an introduction or something that (not explains but) introduces DUnit2.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am currently using DUnit to unittest my code.
In what respect does DUnit2 differ from DUnit?
What features does it have?
Is the GUI different? Then please provide screenshot on SourceForge.
Is the featureset different? Then please link to a online feature list (or features.txt).
Will my current testproject work with DUnit1, or is it a one-way upgrade?
Is DUnit2 pre-alpha, beta, or almost mature?
When is it expected to be merged back with the original DUnit, or is this no longer the intention?
Does DUnit support D2010?
Is DUnit2 (natively) capable of testing data-arrays for input-output correlation without halting at the first fail, or is it still required to build custom testcode?
What is the status of http://members.optusnet.com.au/mcnabp/index.html , and why is there no mention of it on the SourceForge page?
The SourceForge page/site could really use an introduction or something that (not explains but) introduces DUnit2.
Can DUnit2 display and goto the line number of the failed test, much like http://www.tiriss.com/UnitTesting/index.html for DUnit ?