unit-threaded v0.7.16 (2017-04-17T23:19:19Z)
Home
Dub
Repo
Output
unit_threaded
light
Undocumented in source.
interface
Output {
void
send
(string output);
void
flush
();
}
Members
Functions
flush
void
flush
()
Undocumented in source.
send
void
send
(string output)
Undocumented in source.
Meta
Source
See Implementation
unit_threaded
light
classes
TestCase
enums
isLikeAssociativeArray
functions
check
checkCustom
fail
mock
mockStruct
runTests
shouldApproxEqual
shouldBeEmpty
shouldBeFalse
shouldBeGreaterThan
shouldBeIn
shouldBeNull
shouldBeSameJsonAs
shouldBeSameSetAs
shouldBeSmallerThan
shouldBeTrue
shouldEqual
shouldNotBeEmpty
shouldNotBeIn
shouldNotBeNull
shouldNotBeSameSetAs
shouldNotEqual
shouldNotThrow
shouldThrow
shouldThrowExactly
shouldThrowWithMessage
writelnUt
interfaces
Output