public static class AndroidUnitTest.CreationAction extends com.android.build.gradle.internal.tasks.factory.EagerTaskCreationAction<AndroidUnitTest>
| Constructor and Description |
|---|
CreationAction(com.android.build.gradle.internal.scope.VariantScope scope) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(AndroidUnitTest runTestsTask) |
java.lang.String |
getName() |
java.lang.Class<AndroidUnitTest> |
getType() |
public CreationAction(@NonNull
com.android.build.gradle.internal.scope.VariantScope scope)
@NonNull public java.lang.String getName()
@NonNull public java.lang.Class<AndroidUnitTest> getType()
public void execute(@NonNull
AndroidUnitTest runTestsTask)
execute in interface org.gradle.api.Action<AndroidUnitTest>execute in class com.android.build.gradle.internal.tasks.factory.EagerTaskCreationAction<AndroidUnitTest>