|
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.LibraryVariantWrapper
class LibraryVariantWrapper extends VariantWrapper
Class that wraps specially a LibraryVariant.
| Field Summary |
|---|
| Fields inherited from class VariantWrapper | |
|---|---|
| mConfiguration, mConfigurations, mLogger, mProject, mTestVariant, mTestsSourcePath, mVariant |
| Constructor Summary | |
LibraryVariantWrapper(LibraryVariant libraryVariant, Project project, ConfigurationContainer configurations, java.lang.String bootclasspath, Logger logger)
Instantiates a new LibraryVariantWrapper. |
|
| Method Summary | |
|---|---|
protected java.lang.String
|
createRealMergedResourcesDirName()
Creates the path string for where the resources are being merged by the Library plugin during the test App apk compilation. |
Task
|
getAndroidCompileTask()
Retrieves the task that merges the resources for the test apk so that the tests tasks can depend on it and trigger the resources merging and also for the correct order of task execution takes place. |
| Constructor Detail |
|---|
LibraryVariantWrapper(LibraryVariant libraryVariant, Project project, ConfigurationContainer configurations, java.lang.String bootclasspath, Logger logger)
libraryVariant - The LibraryVariant 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