commit | bc7502b2a1f4cc3f4d46dad86102c5dc16cebf43 | [log] [tgz] |
---|---|---|
author | Steve Elliott <steell@google.com> | Wed Nov 01 15:13:17 2023 -0400 |
committer | Steve Elliott <steell@google.com> | Mon Nov 06 16:06:27 2023 -0500 |
tree | 641189583573be6049b2158298abd376788819b0 | |
parent | 1c99b7d988a80fd21f0aef74c00d7746c578bfaa [diff] |
SysUITestModule utilities Introduce a convenience interface SysUITestComponent<UnderTest>, that can be extended by TestComponents that include SysUITestModule. Extending this interface gives you a convenient runTest {..} method that gives the passed lambda access to all of the fields declared on the component, as well as common TestScope methods. Flag: NA Test: atest SystemUITests Change-Id: Ife5d4d8942a11df8c6aea233f0150a53be1d2368