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 findAllByAltText(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): ReadonlyArray<HTMLElement>
Link copied to clipboard
abstract fun findAllByAltTextAsync(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): Promise<ReadonlyArray<HTMLElement>>
Link copied to clipboard
abstract suspend fun findAllByDisplayValue(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): ReadonlyArray<HTMLElement>
Link copied to clipboard
Link copied to clipboard
abstract suspend fun findAllByLabelText(id: Matcher, options: SelectorMatcherOptions, waitForElementOptions: waitForOptions): ReadonlyArray<HTMLElement>
Link copied to clipboard
Link copied to clipboard
abstract suspend fun findAllByPlaceholderText(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): ReadonlyArray<HTMLElement>
Link copied to clipboard
Link copied to clipboard
abstract suspend fun findAllByRole(role: ByRoleMatcher, options: ByRoleOptions, waitForElementOptions: waitForOptions): ReadonlyArray<HTMLElement>
Link copied to clipboard
abstract fun findAllByRoleAsync(role: ByRoleMatcher, options: ByRoleOptions, waitForElementOptions: waitForOptions): Promise<ReadonlyArray<HTMLElement>>
Link copied to clipboard
abstract suspend fun findAllByTestId(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): ReadonlyArray<HTMLElement>
Link copied to clipboard
abstract fun findAllByTestIdAsync(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): Promise<ReadonlyArray<HTMLElement>>
Link copied to clipboard
abstract suspend fun findAllByText(id: Matcher, options: SelectorMatcherOptions, waitForElementOptions: waitForOptions): ReadonlyArray<HTMLElement>
Link copied to clipboard
Link copied to clipboard
abstract suspend fun findAllByTitle(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): ReadonlyArray<HTMLElement>
Link copied to clipboard
abstract fun findAllByTitleAsync(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): Promise<ReadonlyArray<HTMLElement>>
Link copied to clipboard
abstract suspend fun findByAltText(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): HTMLElement
Link copied to clipboard
abstract fun findByAltTextAsync(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): Promise<HTMLElement>
Link copied to clipboard
abstract suspend fun findByDisplayValue(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): HTMLElement
Link copied to clipboard
abstract fun findByDisplayValueAsync(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): Promise<HTMLElement>
Link copied to clipboard
abstract suspend fun findByLabelText(id: Matcher, options: SelectorMatcherOptions, waitForElementOptions: waitForOptions): HTMLElement
Link copied to clipboard
abstract fun findByLabelTextAsync(id: Matcher, options: SelectorMatcherOptions, waitForElementOptions: waitForOptions): Promise<HTMLElement>
Link copied to clipboard
abstract suspend fun findByPlaceholderText(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): HTMLElement
Link copied to clipboard
abstract fun findByPlaceholderTextAsync(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): Promise<HTMLElement>
Link copied to clipboard
abstract suspend fun findByRole(role: ByRoleMatcher, options: ByRoleOptions, waitForElementOptions: waitForOptions): HTMLElement
Link copied to clipboard
abstract fun findByRoleAsync(role: ByRoleMatcher, options: ByRoleOptions, waitForElementOptions: waitForOptions): Promise<HTMLElement>
Link copied to clipboard
abstract suspend fun findByTestId(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): HTMLElement
Link copied to clipboard
abstract fun findByTestIdAsync(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): Promise<HTMLElement>
Link copied to clipboard
abstract suspend fun findByText(id: Matcher, options: SelectorMatcherOptions, waitForElementOptions: waitForOptions): HTMLElement
Link copied to clipboard
abstract fun findByTextAsync(id: Matcher, options: SelectorMatcherOptions, waitForElementOptions: waitForOptions): Promise<HTMLElement>
Link copied to clipboard
abstract suspend fun findByTitle(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): HTMLElement
Link copied to clipboard
abstract fun findByTitleAsync(id: Matcher, options: MatcherOptions, waitForElementOptions: waitForOptions): Promise<HTMLElement>
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
Link copied to clipboard
abstract fun getByAltText(id: Matcher, options: MatcherOptions): HTMLElement
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun getByRole(role: ByRoleMatcher, options: ByRoleOptions): HTMLElement
Link copied to clipboard
abstract fun getByTestId(id: Matcher, options: MatcherOptions): HTMLElement
Link copied to clipboard
Link copied to clipboard
abstract fun getByTitle(id: Matcher, options: MatcherOptions): HTMLElement
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 queryByAltText(id: Matcher, options: MatcherOptions): HTMLElement?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun queryByRole(role: ByRoleMatcher, options: ByRoleOptions): HTMLElement?
Link copied to clipboard
abstract fun queryByTestId(id: Matcher, options: MatcherOptions): HTMLElement?
Link copied to clipboard
Link copied to clipboard
abstract fun queryByTitle(id: Matcher, options: MatcherOptions): HTMLElement?
Link copied to clipboard
abstract operator override fun <P> set(key: P, value: BoundFunction<Any?>?)