Package 

Class ComposeScreen

  • All Implemented Interfaces:
    io.github.kakaocup.compose.intercept.delegate.ComposeInterceptable , io.github.kakaocup.compose.node.action.NodeActions , io.github.kakaocup.compose.node.action.TextActions , io.github.kakaocup.compose.node.assertion.NodeAssertions , io.github.kakaocup.compose.node.core.KDSL

    
    public class ComposeScreen<T extends ComposeScreen<T>>
    extends BaseNode<T>
                        
    • Constructor Summary

      Constructors 
      Constructor Description
      ComposeScreen(SemanticsNodeInteractionsProvider semanticsProvider, Function1<ViewBuilder, Unit> viewBuilderAction)
      ComposeScreen(SemanticsNodeInteractionsProvider semanticsProvider, NodeMatcher nodeMatcher)
    • Method Summary

      Modifier and Type Method Description
      ComposeDelegate getDelegate()
      final KNode onNode(Function1<ViewBuilder, Unit> viewBuilderAction)
      • Methods inherited from class io.github.kakaocup.compose.node.element.ComposeScreen

        child
      • Methods inherited from class io.github.kakaocup.compose.node.core.BaseNode

        assert, assertContentDescriptionContains, assertContentDescriptionEquals, assertDoesNotExist, assertExists, assertHasClickAction, assertHasNoClickAction, assertIsDisplayed, assertIsEnabled, assertIsFocused, assertIsNotDisplayed, assertIsNotEnabled, assertIsNotFocused, assertIsNotSelected, assertIsOff, assertIsOn, assertIsSelectable, assertIsSelected, assertIsToggleable, assertRangeInfoEquals, assertTextContains, assertTextEquals, assertValueEquals, intercept, invoke, perform, performClick, performGesture, performImeAction, performScrollTo, performScrollToIndex, performScrollToKey, performSemanticsAction, performSemanticsAction, performTextClearance, performTextInput, performTextInputSelection, performTextReplacement, reset
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait