Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
jasmine
Queue
Interface Queue
Index
Construct signatures
constructor
Properties
abort
blocks
ensured
env
index
offset
running
Methods
add
addBefore
insertNext
isRunning
next_
results
start
Construct signatures
constructor
(
env
:
any
)
:
any
Parameters
env:
any
Returns
any
Properties
public
abort
:
boolean
public
blocks
:
Block
[]
public
ensured
:
Array<boolean>
public
env
:
Env
public
index
:
number
public
offset
:
number
public
running
:
boolean
Methods
public
add
(
block
:
any
, ensure
?:
boolean
)
Parameters
block:
any
ensure?:
boolean
optional
public
addBefore
(
block
:
Block
, ensure
?:
boolean
)
Parameters
block:
Block
ensure?:
boolean
optional
public
insertNext
(
block
:
any
, ensure
?:
boolean
)
Parameters
block:
any
ensure?:
boolean
optional
public
isRunning
(
)
:
boolean
Returns
boolean
public
next_
(
)
public
results
(
)
:
NestedResults
Returns
NestedResults
public
start
(
onComplete
?:
() => void
)
Parameters
onComplete?:
() => void
optional
Globals
jasmine
HtmlReporter
HtmlSpecFilter
clock
Any
Block
Calls
Clock
Env
ExpectationResult
FakeTimer
Jasmine
JsApiReporter
Matchers
MessageResult
MultiReporter
NestedResults
ObjectContaining
PrettyPrinter
Queue
constructor
abort
blocks
ensured
env
index
offset
running
add
addBefore
insertNext
isRunning
next_
results
start
Reporter
Result
Runner
Spec
SpecFunction
Spy
SpyAnd
StringPrettyPrinter
Suite
SuiteOrSpec
Trace
Util
WaitsBlock
WaitsForBlock
XSpec
XSuite
any
createSpy
createSpyObj
getEnv
objectContaining
pp