unit-threaded v0.7.1 (2016-12-09T12:11:11Z)
Home
Dub
Repo
shouldApproxEqual
unit_threaded
should
Undocumented in source. Be warned that the author may not have intended to support it.
void
shouldApproxEqual
(
V
E
)
(
in
V
value
,
in
E
expected
,
string
file
= __FILE__
,
size_t
line
= __LINE__
)
if
(
!
isObject
!
V
&&
(
isFloatingPoint
!
V
||
isFloatingPoint
!
E
)
&&
is
(
typeof
(
value
==
expected
) ==
bool
)
)
Examples
1.0
.
shouldApproxEqual
(
1.0001
);
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