Found an issues with TestInsight.

Found an issues with TestInsight. Tests were failing in DunitX, but not when using TestInsight. Problem was I had a number of test cases with the same name.DunitX still rand them, but TestInsight only ran the last one.

Obviously my fault as I should really have named all the tests properly, but even so  it would have been better if TestInsight either ran the test anyway - or flagged up an error.

Comments