|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.jcandksolutions.gradle.androidunittest.VariantWrapper
com.jcandksolutions.gradle.androidunittest.AppVariantWrapper
class AppVariantWrapper extends VariantWrapper
Class that wraps specially an AppVariant.
| Field Summary |
|---|
| Fields inherited from class VariantWrapper | |
|---|---|
| mConfiguration, mConfigurations, mLogger, mProject, mTestVariant, mTestsSourcePath, mVariant |
| Constructor Summary | |
AppVariantWrapper(ApplicationVariant applicationVariant, Project project, ConfigurationContainer configurations, java.lang.String bootClasspath, Logger logger)
Instantiates a new AppVariantWrapper. |
|
| Method Summary | |
|---|---|
protected java.lang.String
|
createRealMergedResourcesDirName()
Creates the path string for where the resources are being merged by the App plugin during the App apk compilation. |
Task
|
getAndroidCompileTask()
Retrieves the task that compiles the Java sources of the android app so that the tests tasks can depend on it and the correct order of task execution takes place. |
| Constructor Detail |
|---|
AppVariantWrapper(ApplicationVariant applicationVariant, Project project, ConfigurationContainer configurations, java.lang.String bootClasspath, Logger logger)
applicationVariant - The AppVariant to wrap.project - The project.configurations - The Project Configurations.bootClasspath - The bootClasspath.logger - The Logger.
| Method Detail |
|---|
@Override protected java.lang.String createRealMergedResourcesDirName()
@Override Task getAndroidCompileTask()
Groovy Documentation