Hello,
I was wondering if anyone happens to have a copy of the latest version of the unit testing framework PBUnit (3.2?). Its page at sourceforge says that it moved to Sybase's CodeXchange, which is dead, and I'm pretty much sure the version available at sourceforge (3.1) is not the latest because it does not have the Run all button, but I saw PBUnit screenshots with this button in.
K
Thanks! Yes, I found this, too. Unfortunately, this version does not seem to support test suites. In addition, it does not work the same way as PBUnit. For example, if I run tests for PBUnit itself (which were part of PBUnit 3.1 download), the results differ in PBUnit and PowerUnit. I didn't have time to really look into the both issues, I only noticed in the source code that PowerUnit loads only descendants of testcase into the treeview, and even if I simply extend this part, PowerUnit cannot run test suites anyway. May I ask what kind of changes you made?