MDAA TS Docs
Preparing search index...
@aws-mdaa/testing
Create
Class Create
Utility class for creating different types of MDAA test scenarios
Index
Constructors
constructor
Methods
app
Provider
stack
Provider
Constructors
constructor
new
Create
()
:
Create
Returns
Create
Methods
Static
app
Provider
appProvider
(
appFactory
:
(
context
:
MdaaTestContext
)
=>
App
,
context
?:
Partial
<
MdaaTestContext
>
,
)
:
()
=>
App
Parameters
appFactory
:
(
context
:
MdaaTestContext
)
=>
App
context
:
Partial
<
MdaaTestContext
>
= {}
Returns
()
=>
App
Static
stack
Provider
stackProvider
(
_stackName
:
string
,
stackFactory
:
(
app
:
App
,
context
:
MdaaTestContext
)
=>
Stack
,
context
?:
Partial
<
MdaaTestContext
>
,
)
:
()
=>
Stack
Parameters
_stackName
:
string
stackFactory
:
(
app
:
App
,
context
:
MdaaTestContext
)
=>
Stack
context
:
Partial
<
MdaaTestContext
>
= {}
Returns
()
=>
Stack
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
app
Provider
stack
Provider
MDAA TS Docs
Loading...
Utility class for creating different types of MDAA test scenarios