rustic / com.osm.gradle.plugins.types.variants.options / TestOptions

TestOptions

class TestOptions : Base<ITestOptions>, ITestOptions

Constructors

<init>

TestOptions(variant: BuildVariant, args: List<ITestOptions?>)

Properties

all

val all: Boolean?

allFeatures

val allFeatures: Boolean?

allTargets

val allTargets: Boolean?

bench

val bench: Iterable<String?>?

benches

val benches: Boolean?

bin

val bin: Iterable<String?>?

bins

val bins: Boolean?

doc

val doc: Boolean?

example

val example: Iterable<String?>?

examples

val examples: Boolean?

exclude

val exclude: Iterable<String?>?

features

val features: Iterable<String?>?

lib

val lib: Boolean?

messageFormat

val messageFormat: String?

noDefaultFeatures

val noDefaultFeatures: Boolean?

noFailFast

val noFailFast: Boolean?

noRun

val noRun: Boolean?

release

val release: Boolean?

test

val test: Iterable<String?>?

tests

val tests: Boolean?

workspace

val workspace: Boolean?