Search
Preparing search index...
The search index is not available
web-atoms-core
Options
All
Public
Public/Protected
All
Inherited
Menu
Globals
"tests/AppTest"
AppTest
Class AppTest
Hierarchy
AtomTest
AppTest
Index
Constructors
constructor
Properties
app
log
Text
Methods
broadcast
Receive
Test
create
View
Model
delay
dispose
init
log
run
Async
Constructors
constructor
new
App
Test
(
app
?:
MockApp
)
:
AppTest
Parameters
Default value
app:
MockApp
= new MockApp()
Returns
AppTest
Properties
Protected
app
app
:
MockApp
log
Text
log
Text
:
string
Methods
broadcast
Receive
Test
broadcast
Receive
Test
(
)
:
Promise
<
any
>
Returns
Promise
<
any
>
create
View
Model
create
View
Model<T>
(
c
:
IClassOf
<
T
>
)
:
Promise
<
T
>
Type parameters
T
:
AtomViewModel
Parameters
c:
IClassOf
<
T
>
Returns
Promise
<
T
>
delay
delay
(
n
:
number
)
:
Promise
<
any
>
Parameters
n:
number
Returns
Promise
<
any
>
dispose
dispose
(
)
:
Promise
<
any
>
Returns
Promise
<
any
>
init
init
(
)
:
Promise
<
any
>
Returns
Promise
<
any
>
log
log
(
text
:
string
)
:
void
Parameters
text:
string
Returns
void
run
Async
run
Async
(
)
:
Promise
<
any
>
Returns
Promise
<
any
>
Globals
"tests/
App
Test"
App
Test
constructor
app
log
Text
broadcast
Receive
Test
create
View
Model
delay
dispose
init
log
run
Async
Generated using
TypeDoc