Skip to content

Releases: kellyethridge/SimplyVBUnit

Version 5.0.4

21 Jul 05:58
Compare
Choose a tag to compare

A minor release to improve error messages for unequal UDTs.

Version 5.0.3

20 Jul 14:02
Compare
Choose a tag to compare

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

15 Jun 22:07
Compare
Choose a tag to compare

Nothing significant changed.

  • improved enumeration detection

Version 5.0.1

10 Jun 01:41
Compare
Choose a tag to compare
  • 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

03 Dec 17:43
Compare
Choose a tag to compare

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

15 Nov 16:26
Compare
Choose a tag to compare

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