Skip to content
This repository was archived by the owner on Oct 17, 2020. It is now read-only.

Releases: nomad-software/dunit

v1.0.16

Choose a tag to compare

@nomad-software nomad-software released this 04 Feb 21:19
7aabca6
  • Move shared to the right-hand side of the function.

v1.0.15

Choose a tag to compare

@nomad-software nomad-software released this 14 Jun 16:59
f6b1289
  • Removes invalid commas from the package file.

v1.0.14

Choose a tag to compare

@nomad-software nomad-software released this 20 Oct 17:11
  • Removed the vanity.

v1.0.13

Choose a tag to compare

@nomad-software nomad-software released this 20 Oct 17:06
  • Updated source for v2.072

v1.0.12

Choose a tag to compare

@nomad-software nomad-software released this 02 Nov 19:41
  • Add support for ranges in assertEmpty.

v1.0.11

Choose a tag to compare

@nomad-software nomad-software released this 26 Aug 11:38
  • Added gitignore.
  • Added travis file.
  • Added travis image to readme.
  • Added test counts to message.

v1.0.10

Choose a tag to compare

@nomad-software nomad-software released this 20 Aug 19:16
  • Documentation update

v1.0.9

Choose a tag to compare

@nomad-software nomad-software released this 16 Mar 16:18
  • 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

Choose a tag to compare

@nomad-software nomad-software released this 09 Feb 12:18

Added support for directly mocking interfaces.

v1.0.7

Choose a tag to compare

@nomad-software nomad-software released this 01 Jan 16:47
  • 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.