public static class UIAutomatorTest.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UIAutomatorTest |
build()
Build method.
|
UIAutomatorTest.Builder |
withFilter(String filter)
Filter setter.
|
UIAutomatorTest.Builder |
withTests(String tests)
Test setter.
|
public UIAutomatorTest.Builder withTests(String tests)
tests
- Path to the tests to run.public UIAutomatorTest.Builder withFilter(String filter)
filter
- Filter to apply to the tests.public UIAutomatorTest build()
Copyright © 2016–2024. All rights reserved.