unit-threaded v0.7.1 (2016-12-09T12:11:11Z)
Home
Dub
Repo
UnitTestException
unit_threaded
should
An exception to signal that a test case has failed.
class
UnitTestException : Exception {
this
(string msg, string file, size_t line, Throwable next);
this
(string[] msgLines, string file, size_t line, Throwable next);
string
toString
();
}
Constructors
this
this
(string msg, string file, size_t line, Throwable next)
Undocumented in source.
this
this
(string[] msgLines, string file, size_t line, Throwable next)
Undocumented in source.
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
unit_threaded
should
classes
UnitTestException
functions
fail
shouldApproxEqual
shouldBeEmpty
shouldBeFalse
shouldBeGreaterThan
shouldBeIn
shouldBeNull
shouldBeSameSetAs
shouldBeSmallerThan
shouldBeTrue
shouldEqual
shouldNotBeEmpty
shouldNotBeIn
shouldNotBeNull
shouldNotBeSameSetAs
shouldNotEqual
shouldNotThrow
shouldThrow
shouldThrowExactly
shouldThrowWithMessage
An exception to signal that a test case has failed.