Menu

SimplyVBUnit / Blog: Recent posts

Sorting Unit Tests

I've added an option to have tests sorted when loaded. The option can be found in View->Options. You have to be running the SimplyVBUnit project to navigate to it. The sorting option won't be applied until the next time the project is run.

The tests are sorted by name and the name comparison is not case-sensitive. If you want to sort by other criteria, then you can create a class that implements the ITestComparer interface and call SetComparer on the UIRunner component (probably UIRunner1.SetComparer) in the Form_Load event.... read more

Posted by Kelly Ethridge 2012-11-03 Labels: sort

SimplyVBUnit 4.0 Released

Well after much time thinking about updating the framework I had worked on it on and off over the past couple years. But now it's finally being release with more capabilities to make VB6 unit-testing even better.

The primary update to the framework is support for categories. Now tests and test fixtures can be categorized to help deal with tests that may not be applicable or take too long by simply categorizing them and running them only when you see fit.... read more

Posted by Kelly Ethridge 2012-10-26