public static class InstrumentationTest.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
InstrumentationTest |
build()
Build method.
|
InstrumentationTest.Builder |
withArtifact(String artifact)
Artifact setter.
|
InstrumentationTest.Builder |
withFilter(String filter)
Filter setter.
|
public InstrumentationTest.Builder withArtifact(String artifact)
artifact - Path to test artifact.public InstrumentationTest.Builder withFilter(String filter)
filter - The filter to use on tests.public InstrumentationTest build()
Copyright © 2016–2025. All rights reserved.