augment-vir - v31.54.3
Preparing search index...
ElementTestCase
Type Alias ElementTestCase<Definition>
ElementTestCase
:
{
it
:
string
}
&
(
IsAny
<
Definition
>
extends
true
?
{
createInputs
?:
(
testContext
:
Readonly
<
UniversalTestContext
>
,
)
=>
MaybePromise
<
any
>
;
}
:
Definition
[
"InputsType"
]
extends
EmptyObject
?
{
createInputs
?:
never
}
:
{
createInputs
:
(
testContext
:
Readonly
<
UniversalTestContext
>
,
)
=>
MaybePromise
<
Definition
[
"InputsType"
]
>
;
}
)
&
PartialWithUndefined
<
{
act
:
(
instance
:
Definition
[
"InstanceType"
]
)
=>
MaybePromise
<
void
>
;
expect
:
PartialWithUndefined
<
ElementTestCaseExpect
>
;
only
:
boolean
;
skip
:
boolean
;
}
,
>
Individual test case for
testWeb.elementCases
.
Type Parameters
Definition
extends
Readonly
<
DeclarativeElementDefinition
>
Package
@augment-vir/test
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
augment-vir - v31.54.3
Loading...
Individual test case for
testWeb.elementCases.