Public bug reported: In my test suite, I have 100 of tests cases which I want to iterate until the end. However with the current feature, Assert.fail feature for invalid tests, it fails the tests and stops the Nunit tests. I want to fail the tests but still continue until last test case is executed.
Currently in my test suite, i have programmed such a way that it prints "Error for test case 10" in NUnit test output screen for invalid tests cases which is working fine. However if i have 100 tests, it's very hard to track from the failed test cases as there are 100 line of text output. If there would be feature to customize the text for font color or font size then I would be able to program the error text output as red color which is easily identifiable in Nunit Console Output. To add on that, it would be very nice if the test runner status would say fail and red colored for output error statements just like assert.fail. Thanks, Sirus ** Affects: nunitv2 Importance: Undecided Status: New -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. https://bugs.launchpad.net/bugs/1065323 Title: Feature to customize the console output font text and color.. Status in NUnit V2 Test Framework: New Bug description: In my test suite, I have 100 of tests cases which I want to iterate until the end. However with the current feature, Assert.fail feature for invalid tests, it fails the tests and stops the Nunit tests. I want to fail the tests but still continue until last test case is executed. Currently in my test suite, i have programmed such a way that it prints "Error for test case 10" in NUnit test output screen for invalid tests cases which is working fine. However if i have 100 tests, it's very hard to track from the failed test cases as there are 100 line of text output. If there would be feature to customize the text for font color or font size then I would be able to program the error text output as red color which is easily identifiable in Nunit Console Output. To add on that, it would be very nice if the test runner status would say fail and red colored for output error statements just like assert.fail. Thanks, Sirus To manage notifications about this bug go to: https://bugs.launchpad.net/nunitv2/+bug/1065323/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~nunit-core Post to : nunit-core@lists.launchpad.net Unsubscribe : https://launchpad.net/~nunit-core More help : https://help.launchpad.net/ListHelp