This repository was archived by the owner on Oct 17, 2020. It is now read-only.
Releases: nomad-software/dunit
Releases · nomad-software/dunit
Release list
v1.0.16
v1.0.15
- Removes invalid commas from the package file.
v1.0.14
v1.0.13
v1.0.12
- Add support for ranges in assertEmpty.
v1.0.11
- Added gitignore.
- Added travis file.
- Added travis image to readme.
- Added test counts to message.
v1.0.10
v1.0.9
- Added MethodSynchonization, isMethodShared and isTypeShared templates.
- Fixed bug in isMethodNoThrow template to correctly return a bool.
- Enabled throwing of exceptions in mocked methods if the method is not nothrow.
- Added mocking support for @safe,@trusted, pure and nothrow methods.
- Added mocking for const qualified methods.
v1.0.8
Added support for directly mocking interfaces.
v1.0.7
- Added an overload to the assertApprox method which allows comparisons using an epsilon value.
- Added unit tests to toolkit functions for asserting errors are thrown if functions fail.
- Fixed bug with assertTrue and assertTruthy methods showing the wrong error message.
- Fixed a bug in the assertApprox method, the ulps parameter was typed int and should be long.