unit-threaded v1.0.13 (2021-03-24T10:48:51Z)
Home
Dub
Repo
Output
unit_threaded
light
Generic output interface
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
aliases
UnitTestException
classes
TestCase
enums
isLikeAssociativeArray
functions
allTestData
check
checkCustom
fail
mock
mockStruct
runTests
runTestsImpl
should
shouldApproxEqual
shouldBeEmpty
shouldBeFalse
shouldBeGreaterThan
shouldBeIn
shouldBeNull
shouldBeSameJsonAs
shouldBeSameSetAs
shouldBeSmallerThan
shouldBeTrue
shouldEqual
shouldNotBeEmpty
shouldNotBeIn
shouldNotBeNull
shouldNotBeSameSetAs
shouldNotEqual
shouldNotThrow
shouldThrow
shouldThrowExactly
shouldThrowWithMessage
writelnUt
interfaces
Output
mixin templates
runTestsMain
Generic output interface