SimplyVBUnit Blog
Brought to you by:
killian35
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.
Private Sub Form_Load() UIRunner1.SetComparer New MyTestComparer ' Add tests here End Sub
The option is currently only in the repository trunk starting with r220. You can download the ocx in the Trunk/Binaries/Compiled folder.