Function

removeGlobalAssertion

Removes a named assertion from the collection of assertions to be executed before test actions.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free

Deprecated

This API has been removed and its intended usage to run accessibility checks can now be done via ComposeUiTest.disableAccessibilityChecks() and ComposeTestRule.disableAccessibilityChecks()

Source set: Common

Added in 1.11.0-rc01

Deprecated in 1.11.0-rc01

@ExperimentalTestApi
fun removeGlobalAssertion(name: String)

Removes a named assertion from the collection of assertions to be executed before test actions.

Parameters

name An identifier that was previously used in a call to addGlobalAssertion.