RenderResult

Properties

Link copied to clipboard
abstract var asFragment: () -> DocumentFragment
Link copied to clipboard
abstract var baseElement: BaseElement
Link copied to clipboard
abstract var container: Container
Link copied to clipboard
abstract var debug: (baseElement: Any?, maxLength: Double?, options: Any?) -> Unit
Link copied to clipboard
abstract var rerender: (ui: ReactNode) -> Unit
Link copied to clipboard
abstract var unmount: () -> Unit

Functions

Link copied to clipboard
abstract suspend fun <T : HTMLElement> findAllByAltText(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): ReadonlyArray<T>
Link copied to clipboard
abstract fun <T : HTMLElement> findAllByAltTextAsync(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): Promise<ReadonlyArray<T>>
Link copied to clipboard
abstract suspend fun <T : HTMLElement> findAllByDisplayValue(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): ReadonlyArray<T>
Link copied to clipboard
abstract fun <T : HTMLElement> findAllByDisplayValueAsync(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): Promise<ReadonlyArray<T>>
Link copied to clipboard
abstract suspend fun <T : HTMLElement> findAllByLabelText(id: Matcher, options: SelectorMatcherOptions, waitForElementOptions: waitForOptions): ReadonlyArray<T>
Link copied to clipboard
abstract fun <T : HTMLElement> findAllByLabelTextAsync(id: Matcher, options: SelectorMatcherOptions, waitForElementOptions: waitForOptions): Promise<ReadonlyArray<T>>
Link copied to clipboard
abstract suspend fun <T : HTMLElement> findAllByPlaceholderText(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): ReadonlyArray<T>
Link copied to clipboard
abstract fun <T : HTMLElement> findAllByPlaceholderTextAsync(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): Promise<ReadonlyArray<T>>
Link copied to clipboard
abstract suspend fun <T : HTMLElement> findAllByRole(role: ByRoleMatcher, options: ByRoleOptions, waitForElementOptions: waitForOptions): ReadonlyArray<T>
Link copied to clipboard
abstract fun <T : HTMLElement> findAllByRoleAsync(role: ByRoleMatcher, options: ByRoleOptions, waitForElementOptions: waitForOptions): Promise<ReadonlyArray<T>>
Link copied to clipboard
abstract suspend fun <T : HTMLElement> findAllByTestId(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): ReadonlyArray<T>
Link copied to clipboard
abstract fun <T : HTMLElement> findAllByTestIdAsync(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): Promise<ReadonlyArray<T>>
Link copied to clipboard
abstract suspend fun <T : HTMLElement> findAllByText(id: Matcher, options: SelectorMatcherOptions, waitForElementOptions: waitForOptions): ReadonlyArray<T>
Link copied to clipboard
abstract fun <T : HTMLElement> findAllByTextAsync(id: Matcher, options: SelectorMatcherOptions, waitForElementOptions: waitForOptions): Promise<ReadonlyArray<T>>
Link copied to clipboard
abstract suspend fun <T : HTMLElement> findAllByTitle(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): ReadonlyArray<T>
Link copied to clipboard
abstract fun <T : HTMLElement> findAllByTitleAsync(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): Promise<ReadonlyArray<T>>
Link copied to clipboard
abstract suspend fun <T : HTMLElement> findByAltText(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): T
Link copied to clipboard
abstract fun <T : HTMLElement> findByAltTextAsync(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): Promise<T>
Link copied to clipboard
abstract suspend fun <T : HTMLElement> findByDisplayValue(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): T
Link copied to clipboard
abstract fun <T : HTMLElement> findByDisplayValueAsync(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): Promise<T>
Link copied to clipboard
abstract suspend fun <T : HTMLElement> findByLabelText(id: Matcher, options: SelectorMatcherOptions, waitForElementOptions: waitForOptions): T
Link copied to clipboard
abstract fun <T : HTMLElement> findByLabelTextAsync(id: Matcher, options: SelectorMatcherOptions, waitForElementOptions: waitForOptions): Promise<T>
Link copied to clipboard
abstract suspend fun <T : HTMLElement> findByPlaceholderText(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): T
Link copied to clipboard
abstract fun <T : HTMLElement> findByPlaceholderTextAsync(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): Promise<T>
Link copied to clipboard
abstract suspend fun <T : HTMLElement> findByRole(role: ByRoleMatcher, options: ByRoleOptions, waitForElementOptions: waitForOptions): T
Link copied to clipboard
abstract fun <T : HTMLElement> findByRoleAsync(role: ByRoleMatcher, options: ByRoleOptions, waitForElementOptions: waitForOptions): Promise<T>
Link copied to clipboard
abstract suspend fun <T : HTMLElement> findByTestId(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): T
Link copied to clipboard
abstract fun <T : HTMLElement> findByTestIdAsync(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): Promise<T>
Link copied to clipboard
abstract suspend fun <T : HTMLElement> findByText(id: Matcher, options: SelectorMatcherOptions, waitForElementOptions: waitForOptions): T
Link copied to clipboard
abstract fun <T : HTMLElement> findByTextAsync(id: Matcher, options: SelectorMatcherOptions, waitForElementOptions: waitForOptions): Promise<T>
Link copied to clipboard
abstract suspend fun <T : HTMLElement> findByTitle(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): T
Link copied to clipboard
abstract fun <T : HTMLElement> findByTitleAsync(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): Promise<T>
Link copied to clipboard
abstract operator override fun <P> get(key: P): BoundFunction<Any?>?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun <T : HTMLElement> getAllByTitle(id: Matcher, options: MatcherOptions): ReadonlyArray<T>
Link copied to clipboard
abstract fun <T : HTMLElement> getByAltText(id: Matcher, options: MatcherOptions): T
Link copied to clipboard
abstract fun <T : HTMLElement> getByDisplayValue(id: Matcher, options: MatcherOptions): T
Link copied to clipboard
abstract fun <T : HTMLElement> getByLabelText(id: Matcher, options: SelectorMatcherOptions): T
Link copied to clipboard
abstract fun <T : HTMLElement> getByPlaceholderText(id: Matcher, options: MatcherOptions): T
Link copied to clipboard
abstract fun <T : HTMLElement> getByRole(role: ByRoleMatcher, options: ByRoleOptions): T
Link copied to clipboard
abstract fun <T : HTMLElement> getByTestId(id: Matcher, options: MatcherOptions): T
Link copied to clipboard
abstract fun <T : HTMLElement> getByText(id: Matcher, options: SelectorMatcherOptions): T
Link copied to clipboard
abstract fun <T : HTMLElement> getByTitle(id: Matcher, options: MatcherOptions): T
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun <T : HTMLElement> queryByAltText(id: Matcher, options: MatcherOptions): T?
Link copied to clipboard
abstract fun <T : HTMLElement> queryByDisplayValue(id: Matcher, options: MatcherOptions): T?
Link copied to clipboard
abstract fun <T : HTMLElement> queryByLabelText(id: Matcher, options: SelectorMatcherOptions): T?
Link copied to clipboard
abstract fun <T : HTMLElement> queryByPlaceholderText(id: Matcher, options: MatcherOptions): T?
Link copied to clipboard
abstract fun <T : HTMLElement> queryByRole(role: ByRoleMatcher, options: ByRoleOptions): T?
Link copied to clipboard
abstract fun <T : HTMLElement> queryByTestId(id: Matcher, options: MatcherOptions): T?
Link copied to clipboard
abstract fun <T : HTMLElement> queryByText(id: Matcher, options: SelectorMatcherOptions): T?
Link copied to clipboard
abstract fun <T : HTMLElement> queryByTitle(id: Matcher, options: MatcherOptions): T?
Link copied to clipboard
abstract operator override fun <P> set(key: P, value: BoundFunction<Any?>?)