dshould.basic

Undocumented in source.

Public Imports

dshould.ShouldType
public import dshould.ShouldType : should;

Members

Functions

approximateCheck
void approximateCheck(Should should, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
approximately
auto approximately(Should should, double permissibleError)
Undocumented in source. Be warned that the author may not have intended to support it.
approximately
auto approximately(Should should, double value, double permissibleError, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
be
auto be(Should should)
Undocumented in source. Be warned that the author may not have intended to support it.
be
void be(Should should, T value, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
be
void be(Should should, T value, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
equal
auto equal(Should should)
Undocumented in source. Be warned that the author may not have intended to support it.
equal
void equal(Should should, T value, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
equal
void equal(Should should, T value, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
greater
auto greater(Should should)
Undocumented in source. Be warned that the author may not have intended to support it.
greater
void greater(Should should, T value, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
not
auto not(Should should)
Undocumented in source. Be warned that the author may not have intended to support it.
numericCheck
void numericCheck(Should should, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
smaller
auto smaller(Should should)
Undocumented in source. Be warned that the author may not have intended to support it.
smaller
void smaller(Should should, T value, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta