@NotThreadSafe public static final class RobolectricTestDescriptionArg.Builder extends Object
RobolectricTestDescriptionArg
.
Initialize attributes and then invoke the build()
method to create an
immutable instance.
Builder
is not thread-safe and generally should not be stored in a field or collection,
but instead used immediately to create instances.
public final RobolectricTestDescriptionArg.Builder from(HasDeclaredDeps instance)
com.facebook.buck.core.description.arg.HasDeclaredDeps
instance.instance
- The instance from which to copy valuesthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder from(HasTestTimeout instance)
com.facebook.buck.core.description.arg.HasTestTimeout
instance.instance
- The instance from which to copy valuesthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder from(AndroidKotlinCoreArg instance)
com.facebook.buck.android.AndroidKotlinCoreArg
instance.instance
- The instance from which to copy valuesthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder from(HasSrcs instance)
com.facebook.buck.core.description.arg.HasSrcs
instance.instance
- The instance from which to copy valuesthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder from(ConstructorArg instance)
com.facebook.buck.core.description.arg.ConstructorArg
instance.instance
- The instance from which to copy valuesthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder from(JavaTestDescription.CoreArg instance)
com.facebook.buck.jvm.java.JavaTestDescription.CoreArg
instance.instance
- The instance from which to copy valuesthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder from(MaybeRequiredForSourceOnlyAbiArg instance)
com.facebook.buck.jvm.java.MaybeRequiredForSourceOnlyAbiArg
instance.instance
- The instance from which to copy valuesthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder from(RobolectricTestDescriptionArg instance)
RobolectricTestDescriptionArg
instance.instance
- The instance from which to copy valuesthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder from(com.facebook.buck.android.RobolectricTestDescription.AbstractRobolectricTestDescriptionArg instance)
AbstractRobolectricTestDescriptionArg
instance into builder.instance
- The instance from which to copy valuesthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder from(HasProvidedDeps instance)
com.facebook.buck.core.description.arg.HasProvidedDeps
instance.instance
- The instance from which to copy valuesthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder from(JavaLibraryDescription.CoreArg instance)
com.facebook.buck.jvm.java.JavaLibraryDescription.CoreArg
instance.instance
- The instance from which to copy valuesthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder from(HasTests instance)
com.facebook.buck.core.description.arg.HasTests
instance.instance
- The instance from which to copy valuesthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder from(JvmLibraryArg instance)
com.facebook.buck.jvm.java.JvmLibraryArg
instance.instance
- The instance from which to copy valuesthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder from(HasTestRunner instance)
com.facebook.buck.core.test.rule.HasTestRunner
instance.instance
- The instance from which to copy valuesthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder from(BuildRuleArg instance)
com.facebook.buck.core.description.arg.BuildRuleArg
instance.instance
- The instance from which to copy valuesthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder from(HasContacts instance)
com.facebook.buck.core.description.arg.HasContacts
instance.instance
- The instance from which to copy valuesthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder from(KotlinLibraryDescription.CoreArg instance)
com.facebook.buck.jvm.kotlin.KotlinLibraryDescription.CoreArg
instance.instance
- The instance from which to copy valuesthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setRobolectricRuntimeDependency(SourcePath robolectricRuntimeDependency)
robolectricRuntimeDependency
to robolectricRuntimeDependency.robolectricRuntimeDependency
- The value for robolectricRuntimeDependencythis
builder for chained invocationpublic final RobolectricTestDescriptionArg.Builder setRobolectricRuntimeDependency(Optional<? extends SourcePath> robolectricRuntimeDependency)
robolectricRuntimeDependency
to robolectricRuntimeDependency.robolectricRuntimeDependency
- The value for robolectricRuntimeDependencythis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setRobolectricManifest(SourcePath robolectricManifest)
robolectricManifest
to robolectricManifest.robolectricManifest
- The value for robolectricManifestthis
builder for chained invocationpublic final RobolectricTestDescriptionArg.Builder setRobolectricManifest(Optional<? extends SourcePath> robolectricManifest)
robolectricManifest
to robolectricManifest.robolectricManifest
- The value for robolectricManifestthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setResourceUnionPackage(String resourceUnionPackage)
resourceUnionPackage
to resourceUnionPackage.resourceUnionPackage
- The value for resourceUnionPackagethis
builder for chained invocationpublic final RobolectricTestDescriptionArg.Builder setResourceUnionPackage(Optional<String> resourceUnionPackage)
resourceUnionPackage
to resourceUnionPackage.resourceUnionPackage
- The value for resourceUnionPackagethis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setUseOldStyleableFormat(boolean useOldStyleableFormat)
useOldStyleableFormat
attribute.
If not set, this attribute will have a default value as returned by the initializer of useOldStyleableFormat
.
useOldStyleableFormat
- The value for useOldStyleableFormatthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setForceFinalResourceIds(boolean forceFinalResourceIds)
forceFinalResourceIds
attribute.
If not set, this attribute will have a default value as returned by the initializer of forceFinalResourceIds
.
forceFinalResourceIds
- The value for forceFinalResourceIdsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setUseBinaryResources(boolean useBinaryResources)
useBinaryResources
attribute.
If not set, this attribute will have a default value as returned by the initializer of useBinaryResources
.
useBinaryResources
- The value for useBinaryResourcesthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addVmArgs(StringWithMacros element)
vmArgs
list.element
- A vmArgs elementthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addVmArgs(StringWithMacros... elements)
vmArgs
list.elements
- An array of vmArgs elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setVmArgs(Iterable<? extends StringWithMacros> elements)
vmArgs
list.elements
- An iterable of vmArgs elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addAllVmArgs(Iterable<? extends StringWithMacros> elements)
vmArgs
list.elements
- An iterable of vmArgs elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setTestType(TestType testType)
testType
to testType.testType
- The value for testTypethis
builder for chained invocationpublic final RobolectricTestDescriptionArg.Builder setTestType(Optional<? extends TestType> testType)
testType
to testType.testType
- The value for testTypethis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setRunTestSeparately(boolean runTestSeparately)
runTestSeparately
attribute.
If not set, this attribute will have a default value as returned by the initializer of runTestSeparately
.
runTestSeparately
- The value for runTestSeparatelythis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setForkMode(ForkMode forkMode)
forkMode
attribute.
If not set, this attribute will have a default value as returned by the initializer of forkMode
.
forkMode
- The value for forkModethis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setStdErrLogLevel(Level stdErrLogLevel)
stdErrLogLevel
to stdErrLogLevel.stdErrLogLevel
- The value for stdErrLogLevelthis
builder for chained invocationpublic final RobolectricTestDescriptionArg.Builder setStdErrLogLevel(Optional<? extends Level> stdErrLogLevel)
stdErrLogLevel
to stdErrLogLevel.stdErrLogLevel
- The value for stdErrLogLevelthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setStdOutLogLevel(Level stdOutLogLevel)
stdOutLogLevel
to stdOutLogLevel.stdOutLogLevel
- The value for stdOutLogLevelthis
builder for chained invocationpublic final RobolectricTestDescriptionArg.Builder setStdOutLogLevel(Optional<? extends Level> stdOutLogLevel)
stdOutLogLevel
to stdOutLogLevel.stdOutLogLevel
- The value for stdOutLogLevelthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setUseCxxLibraries(boolean useCxxLibraries)
useCxxLibraries
to useCxxLibraries.useCxxLibraries
- The value for useCxxLibrariesthis
builder for chained invocationpublic final RobolectricTestDescriptionArg.Builder setUseCxxLibraries(Optional<Boolean> useCxxLibraries)
useCxxLibraries
to useCxxLibraries.useCxxLibraries
- The value for useCxxLibrariesthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addCxxLibraryWhitelist(BuildTarget element)
cxxLibraryWhitelist
set.element
- A cxxLibraryWhitelist elementthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addCxxLibraryWhitelist(BuildTarget... elements)
cxxLibraryWhitelist
set.elements
- An array of cxxLibraryWhitelist elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setCxxLibraryWhitelist(Iterable<? extends BuildTarget> elements)
cxxLibraryWhitelist
set.elements
- An iterable of cxxLibraryWhitelist elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addAllCxxLibraryWhitelist(Iterable<? extends BuildTarget> elements)
cxxLibraryWhitelist
set.elements
- An iterable of cxxLibraryWhitelist elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setTestCaseTimeoutMs(long testCaseTimeoutMs)
testCaseTimeoutMs
to testCaseTimeoutMs.testCaseTimeoutMs
- The value for testCaseTimeoutMsthis
builder for chained invocationpublic final RobolectricTestDescriptionArg.Builder setTestCaseTimeoutMs(Optional<Long> testCaseTimeoutMs)
testCaseTimeoutMs
to testCaseTimeoutMs.testCaseTimeoutMs
- The value for testCaseTimeoutMsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder putEnv(String key, StringWithMacros value)
env
map.key
- The key in the env mapvalue
- The associated value in the env mapthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder putEnv(Map.Entry<String,? extends StringWithMacros> entry)
env
map. Nulls are not permittedentry
- The key and value entrythis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setEnv(Map<String,? extends StringWithMacros> entries)
env
map. Nulls are not permittedentries
- The entries that will be added to the env mapthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder putAllEnv(Map<String,? extends StringWithMacros> entries)
env
map. Nulls are not permittedentries
- The entries that will be added to the env mapthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setDefaultCxxPlatform(Flavor defaultCxxPlatform)
defaultCxxPlatform
to defaultCxxPlatform.defaultCxxPlatform
- The value for defaultCxxPlatformthis
builder for chained invocationpublic final RobolectricTestDescriptionArg.Builder setDefaultCxxPlatform(Optional<? extends Flavor> defaultCxxPlatform)
defaultCxxPlatform
to defaultCxxPlatform.defaultCxxPlatform
- The value for defaultCxxPlatformthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addContacts(String element)
contacts
sortedSet.element
- A contacts elementthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addContacts(String... elements)
contacts
sortedSet.elements
- An array of contacts elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setContacts(Iterable<String> elements)
contacts
sortedSet.elements
- An iterable of contacts elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addAllContacts(Iterable<String> elements)
contacts
sortedSet.elements
- An iterable of contacts elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setTestRuleTimeoutMs(long testRuleTimeoutMs)
testRuleTimeoutMs
to testRuleTimeoutMs.testRuleTimeoutMs
- The value for testRuleTimeoutMsthis
builder for chained invocationpublic final RobolectricTestDescriptionArg.Builder setTestRuleTimeoutMs(Optional<Long> testRuleTimeoutMs)
testRuleTimeoutMs
to testRuleTimeoutMs.testRuleTimeoutMs
- The value for testRuleTimeoutMsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addResources(SourcePath element)
resources
sortedSet.element
- A resources elementthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addResources(SourcePath... elements)
resources
sortedSet.elements
- An array of resources elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setResources(Iterable<? extends SourcePath> elements)
resources
sortedSet.elements
- An iterable of resources elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addAllResources(Iterable<? extends SourcePath> elements)
resources
sortedSet.elements
- An iterable of resources elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setProguardConfig(SourcePath proguardConfig)
proguardConfig
to proguardConfig.proguardConfig
- The value for proguardConfigthis
builder for chained invocationpublic final RobolectricTestDescriptionArg.Builder setProguardConfig(Optional<? extends SourcePath> proguardConfig)
proguardConfig
to proguardConfig.proguardConfig
- The value for proguardConfigthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addPostprocessClassesCommands(String element)
postprocessClassesCommands
list.element
- A postprocessClassesCommands elementthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addPostprocessClassesCommands(String... elements)
postprocessClassesCommands
list.elements
- An array of postprocessClassesCommands elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setPostprocessClassesCommands(Iterable<String> elements)
postprocessClassesCommands
list.elements
- An iterable of postprocessClassesCommands elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addAllPostprocessClassesCommands(Iterable<String> elements)
postprocessClassesCommands
list.elements
- An iterable of postprocessClassesCommands elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setResourcesRoot(Path resourcesRoot)
resourcesRoot
to resourcesRoot.resourcesRoot
- The value for resourcesRootthis
builder for chained invocationpublic final RobolectricTestDescriptionArg.Builder setResourcesRoot(Optional<? extends Path> resourcesRoot)
resourcesRoot
to resourcesRoot.resourcesRoot
- The value for resourcesRootthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setUnbundledResourcesRoot(SourcePath unbundledResourcesRoot)
unbundledResourcesRoot
to unbundledResourcesRoot.unbundledResourcesRoot
- The value for unbundledResourcesRootthis
builder for chained invocationpublic final RobolectricTestDescriptionArg.Builder setUnbundledResourcesRoot(Optional<? extends SourcePath> unbundledResourcesRoot)
unbundledResourcesRoot
to unbundledResourcesRoot.unbundledResourcesRoot
- The value for unbundledResourcesRootthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setManifestFile(SourcePath manifestFile)
manifestFile
to manifestFile.manifestFile
- The value for manifestFilethis
builder for chained invocationpublic final RobolectricTestDescriptionArg.Builder setManifestFile(Optional<? extends SourcePath> manifestFile)
manifestFile
to manifestFile.manifestFile
- The value for manifestFilethis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setMavenCoords(String mavenCoords)
mavenCoords
to mavenCoords.mavenCoords
- The value for mavenCoordsthis
builder for chained invocationpublic final RobolectricTestDescriptionArg.Builder setMavenCoords(Optional<String> mavenCoords)
mavenCoords
to mavenCoords.mavenCoords
- The value for mavenCoordsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setMavenPomTemplate(SourcePath mavenPomTemplate)
mavenPomTemplate
to mavenPomTemplate.mavenPomTemplate
- The value for mavenPomTemplatethis
builder for chained invocationpublic final RobolectricTestDescriptionArg.Builder setMavenPomTemplate(Optional<? extends SourcePath> mavenPomTemplate)
mavenPomTemplate
to mavenPomTemplate.mavenPomTemplate
- The value for mavenPomTemplatethis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addExportedDeps(BuildTarget element)
exportedDeps
sortedSet.element
- A exportedDeps elementthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addExportedDeps(BuildTarget... elements)
exportedDeps
sortedSet.elements
- An array of exportedDeps elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setExportedDeps(Iterable<? extends BuildTarget> elements)
exportedDeps
sortedSet.elements
- An iterable of exportedDeps elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addAllExportedDeps(Iterable<? extends BuildTarget> elements)
exportedDeps
sortedSet.elements
- An iterable of exportedDeps elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addSourceOnlyAbiDeps(BuildTarget element)
sourceOnlyAbiDeps
sortedSet.element
- A sourceOnlyAbiDeps elementthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addSourceOnlyAbiDeps(BuildTarget... elements)
sourceOnlyAbiDeps
sortedSet.elements
- An array of sourceOnlyAbiDeps elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setSourceOnlyAbiDeps(Iterable<? extends BuildTarget> elements)
sourceOnlyAbiDeps
sortedSet.elements
- An iterable of sourceOnlyAbiDeps elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addAllSourceOnlyAbiDeps(Iterable<? extends BuildTarget> elements)
sourceOnlyAbiDeps
sortedSet.elements
- An iterable of sourceOnlyAbiDeps elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addRuntimeDeps(BuildTarget element)
runtimeDeps
sortedSet.element
- A runtimeDeps elementthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addRuntimeDeps(BuildTarget... elements)
runtimeDeps
sortedSet.elements
- An array of runtimeDeps elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setRuntimeDeps(Iterable<? extends BuildTarget> elements)
runtimeDeps
sortedSet.elements
- An iterable of runtimeDeps elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addAllRuntimeDeps(Iterable<? extends BuildTarget> elements)
runtimeDeps
sortedSet.elements
- An iterable of runtimeDeps elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setSource(String source)
source
to source.source
- The value for sourcethis
builder for chained invocationpublic final RobolectricTestDescriptionArg.Builder setSource(Optional<String> source)
source
to source.source
- The value for sourcethis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setTarget(String target)
target
to target.target
- The value for targetthis
builder for chained invocationpublic final RobolectricTestDescriptionArg.Builder setTarget(Optional<String> target)
target
to target.target
- The value for targetthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setJavaVersion(String javaVersion)
javaVersion
to javaVersion.javaVersion
- The value for javaVersionthis
builder for chained invocationpublic final RobolectricTestDescriptionArg.Builder setJavaVersion(Optional<String> javaVersion)
javaVersion
to javaVersion.javaVersion
- The value for javaVersionthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setJavac(SourcePath javac)
javac
to javac.javac
- The value for javacthis
builder for chained invocationpublic final RobolectricTestDescriptionArg.Builder setJavac(Optional<? extends SourcePath> javac)
javac
to javac.javac
- The value for javacthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setJavacJar(SourcePath javacJar)
javacJar
to javacJar.javacJar
- The value for javacJarthis
builder for chained invocationpublic final RobolectricTestDescriptionArg.Builder setJavacJar(Optional<? extends SourcePath> javacJar)
javacJar
to javacJar.javacJar
- The value for javacJarthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setCompilerClassName(String compilerClassName)
compilerClassName
to compilerClassName.compilerClassName
- The value for compilerClassNamethis
builder for chained invocationpublic final RobolectricTestDescriptionArg.Builder setCompilerClassName(Optional<String> compilerClassName)
compilerClassName
to compilerClassName.compilerClassName
- The value for compilerClassNamethis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setCompiler(Either<BuiltInJavac,SourcePath> compiler)
compiler
to compiler.compiler
- The value for compilerthis
builder for chained invocationpublic final RobolectricTestDescriptionArg.Builder setCompiler(Optional<? extends Either<BuiltInJavac,SourcePath>> compiler)
compiler
to compiler.compiler
- The value for compilerthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addExtraArguments(String element)
extraArguments
list.element
- A extraArguments elementthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addExtraArguments(String... elements)
extraArguments
list.elements
- An array of extraArguments elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setExtraArguments(Iterable<String> elements)
extraArguments
list.elements
- An iterable of extraArguments elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addAllExtraArguments(Iterable<String> elements)
extraArguments
list.elements
- An iterable of extraArguments elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addRemoveClasses(Pattern element)
removeClasses
set.element
- A removeClasses elementthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addRemoveClasses(Pattern... elements)
removeClasses
set.elements
- An array of removeClasses elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setRemoveClasses(Iterable<? extends Pattern> elements)
removeClasses
set.elements
- An iterable of removeClasses elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addAllRemoveClasses(Iterable<? extends Pattern> elements)
removeClasses
set.elements
- An iterable of removeClasses elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addAnnotationProcessorDeps(BuildTarget element)
annotationProcessorDeps
sortedSet.element
- A annotationProcessorDeps elementthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addAnnotationProcessorDeps(BuildTarget... elements)
annotationProcessorDeps
sortedSet.elements
- An array of annotationProcessorDeps elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setAnnotationProcessorDeps(Iterable<? extends BuildTarget> elements)
annotationProcessorDeps
sortedSet.elements
- An iterable of annotationProcessorDeps elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addAllAnnotationProcessorDeps(Iterable<? extends BuildTarget> elements)
annotationProcessorDeps
sortedSet.elements
- An iterable of annotationProcessorDeps elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addAnnotationProcessorParams(String element)
annotationProcessorParams
list.element
- A annotationProcessorParams elementthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addAnnotationProcessorParams(String... elements)
annotationProcessorParams
list.elements
- An array of annotationProcessorParams elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setAnnotationProcessorParams(Iterable<String> elements)
annotationProcessorParams
list.elements
- An iterable of annotationProcessorParams elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addAllAnnotationProcessorParams(Iterable<String> elements)
annotationProcessorParams
list.elements
- An iterable of annotationProcessorParams elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addJavaPluginParams(String element)
javaPluginParams
list.element
- A javaPluginParams elementthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addJavaPluginParams(String... elements)
javaPluginParams
list.elements
- An array of javaPluginParams elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setJavaPluginParams(Iterable<String> elements)
javaPluginParams
list.elements
- An iterable of javaPluginParams elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addAllJavaPluginParams(Iterable<String> elements)
javaPluginParams
list.elements
- An iterable of javaPluginParams elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addAnnotationProcessors(String element)
annotationProcessors
set.element
- A annotationProcessors elementthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addAnnotationProcessors(String... elements)
annotationProcessors
set.elements
- An array of annotationProcessors elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setAnnotationProcessors(Iterable<String> elements)
annotationProcessors
set.elements
- An iterable of annotationProcessors elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addAllAnnotationProcessors(Iterable<String> elements)
annotationProcessors
set.elements
- An iterable of annotationProcessors elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setAnnotationProcessorOnly(boolean annotationProcessorOnly)
annotationProcessorOnly
to annotationProcessorOnly.annotationProcessorOnly
- The value for annotationProcessorOnlythis
builder for chained invocationpublic final RobolectricTestDescriptionArg.Builder setAnnotationProcessorOnly(Optional<Boolean> annotationProcessorOnly)
annotationProcessorOnly
to annotationProcessorOnly.annotationProcessorOnly
- The value for annotationProcessorOnlythis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addPlugins(BuildTarget element)
plugins
list.element
- A plugins elementthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addPlugins(BuildTarget... elements)
plugins
list.elements
- An array of plugins elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setPlugins(Iterable<? extends BuildTarget> elements)
plugins
list.elements
- An iterable of plugins elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addAllPlugins(Iterable<? extends BuildTarget> elements)
plugins
list.elements
- An iterable of plugins elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setAbiGenerationMode(AbiGenerationMode abiGenerationMode)
abiGenerationMode
to abiGenerationMode.abiGenerationMode
- The value for abiGenerationModethis
builder for chained invocationpublic final RobolectricTestDescriptionArg.Builder setAbiGenerationMode(Optional<? extends AbiGenerationMode> abiGenerationMode)
abiGenerationMode
to abiGenerationMode.abiGenerationMode
- The value for abiGenerationModethis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setCompileAgainst(CompileAgainstLibraryType compileAgainst)
compileAgainst
to compileAgainst.compileAgainst
- The value for compileAgainstthis
builder for chained invocationpublic final RobolectricTestDescriptionArg.Builder setCompileAgainst(Optional<? extends CompileAgainstLibraryType> compileAgainst)
compileAgainst
to compileAgainst.compileAgainst
- The value for compileAgainstthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setSourceAbiVerificationMode(JavaBuckConfig.SourceAbiVerificationMode sourceAbiVerificationMode)
sourceAbiVerificationMode
to sourceAbiVerificationMode.sourceAbiVerificationMode
- The value for sourceAbiVerificationModethis
builder for chained invocationpublic final RobolectricTestDescriptionArg.Builder setSourceAbiVerificationMode(Optional<? extends JavaBuckConfig.SourceAbiVerificationMode> sourceAbiVerificationMode)
sourceAbiVerificationMode
to sourceAbiVerificationMode.sourceAbiVerificationMode
- The value for sourceAbiVerificationModethis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setOnUnusedDependencies(JavaBuckConfig.UnusedDependenciesAction onUnusedDependencies)
onUnusedDependencies
to onUnusedDependencies.onUnusedDependencies
- The value for onUnusedDependenciesthis
builder for chained invocationpublic final RobolectricTestDescriptionArg.Builder setOnUnusedDependencies(Optional<? extends JavaBuckConfig.UnusedDependenciesAction> onUnusedDependencies)
onUnusedDependencies
to onUnusedDependencies.onUnusedDependencies
- The value for onUnusedDependenciesthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setNeverMarkAsUnusedDependency(boolean neverMarkAsUnusedDependency)
neverMarkAsUnusedDependency
to neverMarkAsUnusedDependency.neverMarkAsUnusedDependency
- The value for neverMarkAsUnusedDependencythis
builder for chained invocationpublic final RobolectricTestDescriptionArg.Builder setNeverMarkAsUnusedDependency(Optional<Boolean> neverMarkAsUnusedDependency)
neverMarkAsUnusedDependency
to neverMarkAsUnusedDependency.neverMarkAsUnusedDependency
- The value for neverMarkAsUnusedDependencythis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addLicenses(SourcePath element)
licenses
set.element
- A licenses elementthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addLicenses(SourcePath... elements)
licenses
set.elements
- An array of licenses elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setLicenses(Iterable<? extends SourcePath> elements)
licenses
set.elements
- An iterable of licenses elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addAllLicenses(Iterable<? extends SourcePath> elements)
licenses
set.elements
- An iterable of licenses elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addLabels(String element)
labels
sortedSet.element
- A labels elementthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addLabels(String... elements)
labels
sortedSet.elements
- An array of labels elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setLabels(Iterable<String> elements)
labels
sortedSet.elements
- An iterable of labels elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addAllLabels(Iterable<String> elements)
labels
sortedSet.elements
- An iterable of labels elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setDefaultTargetPlatform(UnconfiguredBuildTarget defaultTargetPlatform)
defaultTargetPlatform
to defaultTargetPlatform.defaultTargetPlatform
- The value for defaultTargetPlatformthis
builder for chained invocationpublic final RobolectricTestDescriptionArg.Builder setDefaultTargetPlatform(Optional<? extends UnconfiguredBuildTarget> defaultTargetPlatform)
defaultTargetPlatform
to defaultTargetPlatform.defaultTargetPlatform
- The value for defaultTargetPlatformthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addCompatibleWith(UnconfiguredBuildTarget element)
compatibleWith
list.element
- A compatibleWith elementthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addCompatibleWith(UnconfiguredBuildTarget... elements)
compatibleWith
list.elements
- An array of compatibleWith elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setCompatibleWith(Iterable<? extends UnconfiguredBuildTarget> elements)
compatibleWith
list.elements
- An iterable of compatibleWith elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addAllCompatibleWith(Iterable<? extends UnconfiguredBuildTarget> elements)
compatibleWith
list.elements
- An iterable of compatibleWith elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setName(String name)
name
attribute.name
- The value for namethis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setRequiredForSourceOnlyAbi(boolean requiredForSourceOnlyAbi)
requiredForSourceOnlyAbi
attribute.
If not set, this attribute will have a default value as returned by the initializer of requiredForSourceOnlyAbi
.
requiredForSourceOnlyAbi
- The value for requiredForSourceOnlyAbithis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addDeps(BuildTarget element)
deps
sortedSet.element
- A deps elementthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addDeps(BuildTarget... elements)
deps
sortedSet.elements
- An array of deps elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setDeps(Iterable<? extends BuildTarget> elements)
deps
sortedSet.elements
- An iterable of deps elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addAllDeps(Iterable<? extends BuildTarget> elements)
deps
sortedSet.elements
- An iterable of deps elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addProvidedDeps(BuildTarget element)
providedDeps
sortedSet.element
- A providedDeps elementthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addProvidedDeps(BuildTarget... elements)
providedDeps
sortedSet.elements
- An array of providedDeps elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setProvidedDeps(Iterable<? extends BuildTarget> elements)
providedDeps
sortedSet.elements
- An iterable of providedDeps elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addAllProvidedDeps(Iterable<? extends BuildTarget> elements)
providedDeps
sortedSet.elements
- An iterable of providedDeps elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addExportedProvidedDeps(BuildTarget element)
exportedProvidedDeps
sortedSet.element
- A exportedProvidedDeps elementthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addExportedProvidedDeps(BuildTarget... elements)
exportedProvidedDeps
sortedSet.elements
- An array of exportedProvidedDeps elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setExportedProvidedDeps(Iterable<? extends BuildTarget> elements)
exportedProvidedDeps
sortedSet.elements
- An iterable of exportedProvidedDeps elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addAllExportedProvidedDeps(Iterable<? extends BuildTarget> elements)
exportedProvidedDeps
sortedSet.elements
- An iterable of exportedProvidedDeps elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addSrcs(SourcePath element)
srcs
sortedSet.element
- A srcs elementthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addSrcs(SourcePath... elements)
srcs
sortedSet.elements
- An array of srcs elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setSrcs(Iterable<? extends SourcePath> elements)
srcs
sortedSet.elements
- An iterable of srcs elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addAllSrcs(Iterable<? extends SourcePath> elements)
srcs
sortedSet.elements
- An iterable of srcs elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addTests(BuildTarget element)
tests
sortedSet.element
- A tests elementthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addTests(BuildTarget... elements)
tests
sortedSet.elements
- An array of tests elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setTests(Iterable<? extends BuildTarget> elements)
tests
sortedSet.elements
- An iterable of tests elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addAllTests(Iterable<? extends BuildTarget> elements)
tests
sortedSet.elements
- An iterable of tests elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setLanguage(AndroidLibraryDescription.JvmLanguage language)
language
to language.language
- The value for languagethis
builder for chained invocationpublic final RobolectricTestDescriptionArg.Builder setLanguage(Optional<? extends AndroidLibraryDescription.JvmLanguage> language)
language
to language.language
- The value for languagethis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addFreeCompilerArgs(String element)
freeCompilerArgs
list.element
- A freeCompilerArgs elementthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addFreeCompilerArgs(String... elements)
freeCompilerArgs
list.elements
- An array of freeCompilerArgs elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setFreeCompilerArgs(Iterable<String> elements)
freeCompilerArgs
list.elements
- An iterable of freeCompilerArgs elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addAllFreeCompilerArgs(Iterable<String> elements)
freeCompilerArgs
list.elements
- An iterable of freeCompilerArgs elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setAllWarningsAsErrors(boolean allWarningsAsErrors)
allWarningsAsErrors
attribute.
If not set, this attribute will have a default value as returned by the initializer of allWarningsAsErrors
.
allWarningsAsErrors
- The value for allWarningsAsErrorsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setSuppressWarnings(boolean suppressWarnings)
suppressWarnings
attribute.
If not set, this attribute will have a default value as returned by the initializer of suppressWarnings
.
suppressWarnings
- The value for suppressWarningsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setVerbose(boolean verbose)
verbose
attribute.
If not set, this attribute will have a default value as returned by the initializer of verbose
.
verbose
- The value for verbosethis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setIncludeRuntime(boolean includeRuntime)
includeRuntime
attribute.
If not set, this attribute will have a default value as returned by the initializer of includeRuntime
.
includeRuntime
- The value for includeRuntimethis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setJvmTarget(String jvmTarget)
jvmTarget
attribute.
If not set, this attribute will have a default value as returned by the initializer of jvmTarget
.
jvmTarget
- The value for jvmTargetthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setJdkHome(String jdkHome)
jdkHome
to jdkHome.jdkHome
- The value for jdkHomethis
builder for chained invocationpublic final RobolectricTestDescriptionArg.Builder setJdkHome(Optional<String> jdkHome)
jdkHome
to jdkHome.jdkHome
- The value for jdkHomethis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setNoJdk(boolean noJdk)
noJdk
attribute.
If not set, this attribute will have a default value as returned by the initializer of noJdk
.
noJdk
- The value for noJdkthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setNoStdlib(boolean noStdlib)
noStdlib
attribute.
If not set, this attribute will have a default value as returned by the initializer of noStdlib
.
noStdlib
- The value for noStdlibthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setNoReflect(boolean noReflect)
noReflect
attribute.
If not set, this attribute will have a default value as returned by the initializer of noReflect
.
noReflect
- The value for noReflectthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setJavaParameters(boolean javaParameters)
javaParameters
attribute.
If not set, this attribute will have a default value as returned by the initializer of javaParameters
.
javaParameters
- The value for javaParametersthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setApiVersion(String apiVersion)
apiVersion
to apiVersion.apiVersion
- The value for apiVersionthis
builder for chained invocationpublic final RobolectricTestDescriptionArg.Builder setApiVersion(Optional<String> apiVersion)
apiVersion
to apiVersion.apiVersion
- The value for apiVersionthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setLanguageVersion(String languageVersion)
languageVersion
to languageVersion.languageVersion
- The value for languageVersionthis
builder for chained invocationpublic final RobolectricTestDescriptionArg.Builder setLanguageVersion(Optional<String> languageVersion)
languageVersion
to languageVersion.languageVersion
- The value for languageVersionthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setAnnotationProcessingTool(KotlinLibraryDescription.AnnotationProcessingTool annotationProcessingTool)
annotationProcessingTool
to annotationProcessingTool.annotationProcessingTool
- The value for annotationProcessingToolthis
builder for chained invocationpublic final RobolectricTestDescriptionArg.Builder setAnnotationProcessingTool(Optional<? extends KotlinLibraryDescription.AnnotationProcessingTool> annotationProcessingTool)
annotationProcessingTool
to annotationProcessingTool.annotationProcessingTool
- The value for annotationProcessingToolthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addFriendPaths(BuildTarget element)
friendPaths
sortedSet.element
- A friendPaths elementthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addFriendPaths(BuildTarget... elements)
friendPaths
sortedSet.elements
- An array of friendPaths elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setFriendPaths(Iterable<? extends BuildTarget> elements)
friendPaths
sortedSet.elements
- An iterable of friendPaths elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addAllFriendPaths(Iterable<? extends BuildTarget> elements)
friendPaths
sortedSet.elements
- An iterable of friendPaths elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder putKaptApOptions(String key, String value)
kaptApOptions
map.key
- The key in the kaptApOptions mapvalue
- The associated value in the kaptApOptions mapthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder putKaptApOptions(Map.Entry<String,? extends String> entry)
kaptApOptions
map. Nulls are not permittedentry
- The key and value entrythis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setKaptApOptions(Map<String,? extends String> entries)
kaptApOptions
map. Nulls are not permittedentries
- The entries that will be added to the kaptApOptions mapthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder putAllKaptApOptions(Map<String,? extends String> entries)
kaptApOptions
map. Nulls are not permittedentries
- The entries that will be added to the kaptApOptions mapthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addKotlincPlugins(SourcePath element)
kotlincPlugins
list.element
- A kotlincPlugins elementthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addKotlincPlugins(SourcePath... elements)
kotlincPlugins
list.elements
- An array of kotlincPlugins elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setKotlincPlugins(Iterable<? extends SourcePath> elements)
kotlincPlugins
list.elements
- An iterable of kotlincPlugins elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder addAllKotlincPlugins(Iterable<? extends SourcePath> elements)
kotlincPlugins
list.elements
- An iterable of kotlincPlugins elementsthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setRunner(BuildTarget runner)
runner
to runner.runner
- The value for runnerthis
builder for chained invocationpublic final RobolectricTestDescriptionArg.Builder setRunner(Optional<? extends BuildTarget> runner)
runner
to runner.runner
- The value for runnerthis
builder for use in a chained invocationpublic final RobolectricTestDescriptionArg.Builder setSpecs(TestRunnerSpec specs)
specs
to specs.specs
- The value for specsthis
builder for chained invocationpublic final RobolectricTestDescriptionArg.Builder setSpecs(Optional<? extends TestRunnerSpec> specs)
specs
to specs.specs
- The value for specsthis
builder for use in a chained invocationpublic RobolectricTestDescriptionArg build()
RobolectricTestDescriptionArg
.IllegalStateException
- if any required attributes are missing