Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
chai
Assert
Interface Assert
Index
Methods
afterDate
afterTime
beforeDate
beforeTime
equalDate
equalTime
notAfterDate
notAfterTime
notBeforeDate
notBeforeTime
notEqualDate
notEqualTime
Methods
public
afterDate
(
val
:
Date
, exp
:
Date
, msg
?:
string
)
:
boolean
Parameters
val:
Date
exp:
Date
msg?:
string
optional
Returns
boolean
public
afterTime
(
val
:
Date
, exp
:
Date
, msg
?:
string
)
:
boolean
Parameters
val:
Date
exp:
Date
msg?:
string
optional
Returns
boolean
public
beforeDate
(
val
:
Date
, exp
:
Date
, msg
?:
string
)
:
boolean
Parameters
val:
Date
exp:
Date
msg?:
string
optional
Returns
boolean
public
beforeTime
(
val
:
Date
, exp
:
Date
, msg
?:
string
)
:
boolean
Parameters
val:
Date
exp:
Date
msg?:
string
optional
Returns
boolean
public
equalDate
(
val
:
Date
, exp
:
Date
, msg
?:
string
)
:
boolean
Parameters
val:
Date
exp:
Date
msg?:
string
optional
Returns
boolean
public
equalTime
(
val
:
Date
, exp
:
Date
, msg
?:
string
)
:
boolean
Parameters
val:
Date
exp:
Date
msg?:
string
optional
Returns
boolean
public
notAfterDate
(
val
:
Date
, exp
:
Date
, msg
?:
string
)
:
boolean
Parameters
val:
Date
exp:
Date
msg?:
string
optional
Returns
boolean
public
notAfterTime
(
val
:
Date
, exp
:
Date
, msg
?:
string
)
:
boolean
Parameters
val:
Date
exp:
Date
msg?:
string
optional
Returns
boolean
public
notBeforeDate
(
val
:
Date
, exp
:
Date
, msg
?:
string
)
:
boolean
Parameters
val:
Date
exp:
Date
msg?:
string
optional
Returns
boolean
public
notBeforeTime
(
val
:
Date
, exp
:
Date
, msg
?:
string
)
:
boolean
Parameters
val:
Date
exp:
Date
msg?:
string
optional
Returns
boolean
public
notEqualDate
(
val
:
Date
, exp
:
Date
, msg
?:
string
)
:
boolean
Parameters
val:
Date
exp:
Date
msg?:
string
optional
Returns
boolean
public
notEqualTime
(
val
:
Date
, exp
:
Date
, msg
?:
string
)
:
boolean
Parameters
val:
Date
exp:
Date
msg?:
string
optional
Returns
boolean
Globals
chai
Assert
afterDate
afterTime
beforeDate
beforeTime
equalDate
equalTime
notAfterDate
notAfterTime
notBeforeDate
notBeforeTime
notEqualDate
notEqualTime
Assertions
Deep
Equal
Expect
ExpectStatic
Include
InstanceOf
Keys
LanguageChains
Length
Members
NumberComparer
NumericComparison
OwnProperty
Property
Throw
TypeComparison
expect
use