-
- All Implemented Interfaces:
-
com.github.takahirom.roborazzi.RoborazziRule.CaptureRoot
public final class RoborazziRule.CaptureRoot.Compose implements RoborazziRule.CaptureRoot
-
-
Field Summary
Fields Modifier and Type Field Description private final ComposeTestRulecomposeRuleprivate final SemanticsNodeInteractionsemanticsNodeInteraction
-
Constructor Summary
Constructors Constructor Description RoborazziRule.CaptureRoot.Compose(ComposeTestRule composeRule, SemanticsNodeInteraction semanticsNodeInteraction)
-
Method Summary
Modifier and Type Method Description final ComposeTestRulegetComposeRule()final SemanticsNodeInteractiongetSemanticsNodeInteraction()-
-
Method Detail
-
getComposeRule
final ComposeTestRule getComposeRule()
-
getSemanticsNodeInteraction
final SemanticsNodeInteraction getSemanticsNodeInteraction()
-
-
-
-