-
public final class AndroidUnitTestData
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringnameprivate final List<String>srcsprivate final List<String>additionalSrcSetsprivate final List<BazelDependency>depsprivate final List<String>tagsprivate final StringcustomPackageprivate final List<BazelDependency>associatesprivate final List<String>resources
-
Constructor Summary
Constructors Constructor Description AndroidUnitTestData(String name, List<String> srcs, List<String> additionalSrcSets, List<BazelDependency> deps, List<String> tags, String customPackage, List<BazelDependency> associates, List<String> resources)
-
Method Summary
Modifier and Type Method Description final StringgetName()final List<String>getSrcs()final List<String>getAdditionalSrcSets()final List<BazelDependency>getDeps()final List<String>getTags()final StringgetCustomPackage()final List<BazelDependency>getAssociates()final List<String>getResources()-
-
Method Detail
-
getAdditionalSrcSets
final List<String> getAdditionalSrcSets()
-
getDeps
final List<BazelDependency> getDeps()
-
getCustomPackage
final String getCustomPackage()
-
getAssociates
final List<BazelDependency> getAssociates()
-
getResources
final List<String> getResources()
-
-
-
-