DUnitLite 0.5 released
Version 0.5 of DUnitLite is now available. This is a minor enhancement release.
Download it here: DUnitLite 0.5
What’s new in 0.5
Should.ReferTonow works with interfaces, and can mix and match between objects and interfaces. It also correctly works around the interface reference-equality problem.- Added
Givenas an alias forSpecify. So if you want to document your assumptions at the beginning of your test, you can useGiven.That(...)to improve readability. - Added
Should.[Not.]Be.FalseandShould.[Not.]Be.True. - Added
Should.[Not.]Be.NullandShould.[Not.]Be.Assigned. Both work with either objects or interfaces. - Added
Should.[Not.]Be.GreaterThanOrEqualToandShould.[Not.]Be.LessThanOrEqualTo, as aliases forAtLeastandAtMost.