unit_threaded.should

Undocumented in source.

Members

Aliases

shouldBeEmpty
alias shouldBeEmpty = checkEmpty
Undocumented in source.
shouldBeFalse
alias shouldBeFalse = checkFalse
Undocumented in source.
shouldBeGreaterThan
alias shouldBeGreaterThan = checkGreaterThan
Undocumented in source.
shouldBeNull
alias shouldBeNull = checkNull
Undocumented in source.
shouldBeSmallerThan
alias shouldBeSmallerThan = checkSmallerThan
Undocumented in source.
shouldBeTrue
alias shouldBeTrue = checkTrue
Undocumented in source.
shouldEqual
alias shouldEqual = checkEqual
Undocumented in source.
shouldNotBeEmpty
alias shouldNotBeEmpty = checkNotEmpty
Undocumented in source.
shouldNotBeNull
alias shouldNotBeNull = checkNotNull
Undocumented in source.
shouldNotEqual
alias shouldNotEqual = checkNotEqual
Undocumented in source.
shouldNotThrow
alias shouldNotThrow = checkNotThrown
Undocumented in source.
shouldThrow
alias shouldThrow = checkThrown
Undocumented in source.

Functions

shouldInclude
void shouldInclude(U container, T value, string file, ulong line)
Undocumented in source. Be warned that the author may not have intended to support it.
shouldNotInclude
void shouldNotInclude(U container, T value, string file, ulong line)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta