SimplyVBUnit Versions Save

The SimplyVBUnit framework provides powerful unit-testing capabilities for VB6.

v5.0.4

4 years ago

A minor release to improve error messages for unequal UDTs.

v5.0.3

4 years ago

I'm pleased to announce the release of version 5.0.3.

  • User-defined types can now be tested for equality. The same restrictions for passing UDT's around still exist, so not all UDT's are supported.

v5.0.2

5 years ago

Nothing significant changed.

  • improved enumeration detection

v5.0.1

5 years ago
  • Fixes Asserting against a compiled object that is private is incorrectly handled. Enhanced enumerable object detection for objects of private classes.

  • Features Added "Errors" panel to status bar in UI.

v5.0

6 years ago

Added a couple of changes that are compatibility breaking.

TestSuite.Add method now returns itself to support method chaining. TestSuite.Add method now accepts optional test class name.

AddTest Sim.NewTestSuite("Suite Name") _
    .Add(New TestMyClass) _
    .Add(New TestOtherClass, "Cooler Name")

v4.1.6

6 years ago

This is to bring parity with the version that was originally available at Source Forge.