TestInsight should understand warnings, so it can be made compatible with DUnit2

Issue #2 closed
Former user created an issue

XE7 and DUnit2 test runner for TestInsight.

DUnit2 has the status of Warning (usually assigned when there is a memory difference with the test). TestInsight doesn't understand this condition, so it is not possible to make it fully understand DUnit2 results.

Solution is to modify TestInsightClient.pas and add a 'Warning' state to 'TResultType' (line 26). This will result in adding an extra constant to TTestInsightClientBase.PostResult. Changes to the plug in would also be required.

Comments (3)

  1. Log in to comment