-
public final class UnitTestData
-
-
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 List<BazelDependency>associatesprivate final BooleanhasAndroidJarDep
-
Constructor Summary
Constructors Constructor Description UnitTestData(String name, List<String> srcs, List<String> additionalSrcSets, List<BazelDependency> deps, List<String> tags, List<BazelDependency> associates, Boolean hasAndroidJarDep)
-
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 List<BazelDependency>getAssociates()final BooleangetHasAndroidJarDep()-
-
Method Detail
-
getAdditionalSrcSets
final List<String> getAdditionalSrcSets()
-
getDeps
final List<BazelDependency> getDeps()
-
getAssociates
final List<BazelDependency> getAssociates()
-
getHasAndroidJarDep
final Boolean getHasAndroidJarDep()
-
-
-
-