-
public class CucumberAndroidJUnitArgumentsThis class is responsible for preparing bundle toAndroidJUnitRunner for cucumber tests. It prepares bundle for running tests from Android Tests Orchestrator
Runner argument are linked to the androidx.test.internal.runner.RunnerArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classCucumberAndroidJUnitArguments.PublicArgsPublic arguments passed by instrumentation as
{@code -e}parameters.
-
Constructor Summary
Constructors Constructor Description CucumberAndroidJUnitArguments(Bundle arguments)
-
Method Summary
Modifier and Type Method Description BundleprocessArgs()-
-
Constructor Detail
-
CucumberAndroidJUnitArguments
CucumberAndroidJUnitArguments(Bundle arguments)
-
-
Method Detail
-
processArgs
@NonNull() Bundle processArgs()
-
-
-
-