dshould v1.2.0 (2020-02-18T08:46:57Z)
Dub
Repo
be
dshould
basic
The phrase
be(null)
is equivalent to
be.same.as(null)
.
void
be
(Should should, T expected, Fence _, string file, size_t line)
void
be
(Should should, typeof(null) expected, Fence _, string file, size_t line)
void
be
(
Should
)
(
Should
should
,
typeof
(null)
expected
,
Fence
_
=
Fence
()
,
string
file
= __FILE__
,
size_t
line
= __LINE__
)
if
(
isInstanceOf
!(
ShouldType
,
Should
) &&
!
should.hasWord
!"approximately"
)
auto
be
(Should should)
void
be
(Should should, T expected, ErrorValue error, Fence _, string file, size_t line)
Meta
Source
See Implementation
dshould
basic
functions
approximately
as
be
equal
error
greater
less
not
quote
same
structs
ErrorValue
The phrase be(null) is equivalent to be.same.as(null).