LithoViewTestHelper
Helper class to access metadata from LithoView that is relevant during end to end tests. In order for the data to be collected, ComponentsConfiguration#isEndToEndTestRun must be enabled.
Types
Holds an opaque reference to an LithoNode without giving the holder any access to it.
Functions
Obtain a reference to a LithoView's internal layout root, if present. This is used to restore a view's root after it has been freed for testing purposes.
Provides a nested string representation of a DebugComponent and its nested components for debugging.
Restore a previously saved root layout reference.
Provide a nested string representation of a LithoView and its nested components for debugging purposes.
Provide a nested string representation of a LithoView and its nested components for E2E testing purposes. Note: this method is called via reflection to prevent direct or shared dependencies. DO NOT CHANGE the method signature.