unit-threaded v0.7.1 (2016-12-09T12:11:11Z)
Home
Dub
Repo
shouldNotBeIn
unit_threaded
should
Verify that the value is not in the container.
void
shouldNotBeIn
(T value, U container, string file, size_t line)
void
shouldNotBeIn
(
T
U
)
(
in
T
value
,
in
U
container
,
in
string
file
= __FILE__
,
in
size_t
line
= __LINE__
)
if
(
isAssociativeArray
!
U
)
void
shouldNotBeIn
(T value, U container, string file, size_t line)
Throws
UnitTestException on failure
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
Verify that the value is not in the container.