Releases: kellyethridge/SimplyVBUnit
Releases · kellyethridge/SimplyVBUnit
Version 5.0.4
A minor release to improve error messages for unequal UDTs.
Version 5.0.3
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.
Version 5.0.2
Nothing significant changed.
- improved enumeration detection
Version 5.0.1
-
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.
Version 5.0
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")
Version 4.1.6
This is to bring parity with the version that was originally available at Source Forge.