Interface: RenderResult
Defined in: types.ts:29
Properties
container
container:
Application
Defined in: types.ts:30
debug()
debug: () =>
void
Defined in: types.ts:44
Returns
void
findAllByLabelText()
findAllByLabelText: (
text,options?) =>Promise<Widget[]>
Defined in: types.ts:38
Parameters
| Parameter | Type |
|---|---|
text | string | RegExp |
options? | TextMatchOptions |
Returns
Promise<Widget[]>
findAllByRole()
findAllByRole: (
role,options?) =>Promise<Widget[]>
Defined in: types.ts:37
Parameters
| Parameter | Type |
|---|---|
role | AccessibleRole |
options? | ByRoleOptions |
Returns
Promise<Widget[]>
findAllByTestId()
findAllByTestId: (
testId,options?) =>Promise<Widget[]>
Defined in: types.ts:40
Parameters
| Parameter | Type |
|---|---|
testId | string | RegExp |
options? | TextMatchOptions |
Returns
Promise<Widget[]>
findAllByText()
findAllByText: (
text,options?) =>Promise<Widget[]>
Defined in: types.ts:39
Parameters
| Parameter | Type |
|---|---|
text | string | RegExp |
options? | TextMatchOptions |
Returns
Promise<Widget[]>
findByLabelText()
findByLabelText: (
text,options?) =>Promise<Widget>
Defined in: types.ts:33
Parameters
| Parameter | Type |
|---|---|
text | string | RegExp |
options? | TextMatchOptions |
Returns
Promise<Widget>
findByRole()
findByRole: (
role,options?) =>Promise<Widget>
Defined in: types.ts:32
Parameters
| Parameter | Type |
|---|---|
role | AccessibleRole |
options? | ByRoleOptions |
Returns
Promise<Widget>
findByTestId()
findByTestId: (
testId,options?) =>Promise<Widget>
Defined in: types.ts:35
Parameters
| Parameter | Type |
|---|---|
testId | string | RegExp |
options? | TextMatchOptions |
Returns
Promise<Widget>
findByText()
findByText: (
text,options?) =>Promise<Widget>
Defined in: types.ts:34
Parameters
| Parameter | Type |
|---|---|
text | string | RegExp |
options? | TextMatchOptions |
Returns
Promise<Widget>
rerender()
rerender: (
element) =>Promise<void>
Defined in: types.ts:43
Parameters
| Parameter | Type |
|---|---|
element | ReactNode |
Returns
Promise<void>
unmount()
unmount: () =>
Promise<void>
Defined in: types.ts:42
Returns
Promise<void>