dshould 0.1.5

D fluent asserts library


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

should

dshould is a library that implements fluent asserts using common keywords such as should, not, be, equal, greater and so on. Each sentence must begin with should.

Example:

(2 + 2).should.equal(4);

(2 + 2).should.not.equal(5);

(2 + 2).should.be.greater(3);
Authors:
  • Mathis Beer
Dependencies:
unit-threaded
Versions:
1.7.1 2022-Dec-05
1.7.0 2022-Jul-05
1.6.1 2022-Jul-05
1.6.0 2022-Jul-01
1.5.2 2022-Jun-23
Show all 57 versions
Download Stats:
  • 20 downloads today

  • 175 downloads this week

  • 986 downloads this month

  • 16382 downloads total

Score:
2.7
Short URL:
dshould.dub.pm