public abstract class TestBuckConfig extends Object implements ConfigView<BuckConfig>
Constructor and Description |
---|
TestBuckConfig() |
Modifier and Type | Method and Description |
---|---|
Optional<com.google.common.collect.ImmutableList<String>> |
getCoverageExcludes() |
Optional<com.google.common.collect.ImmutableList<String>> |
getCoverageIncludes() |
com.google.common.collect.ImmutableList<String> |
getDefaultRawExcludedLabelSelectors()
Return Strings so as to avoid a dependency on
LabelSelector ! |
Optional<Long> |
getDefaultTestRuleTimeoutMs()
The timeout to apply to entire test rules.
|
long |
getDefaultTestTimeoutMillis() |
abstract BuckConfig |
getDelegate() |
Optional<com.google.common.collect.ImmutableList<String>> |
getExternalTestRunner() |
int |
getNumTestThreads() |
TestResultSummaryVerbosity |
getResultSummaryVerbosity() |
boolean |
isBuildingFilteredTestsEnabled() |
boolean |
isInclNoLocationClassesEnabled() |
boolean |
isParallelExternalTestSpecComputationEnabled() |
static TestBuckConfig |
of(BuckConfig delegate) |
public abstract BuckConfig getDelegate()
getDelegate
in interface ConfigView<BuckConfig>
public static TestBuckConfig of(BuckConfig delegate)
@Value.Lazy public boolean isParallelExternalTestSpecComputationEnabled()
@Value.Lazy public long getDefaultTestTimeoutMillis()
@Value.Lazy public com.google.common.collect.ImmutableList<String> getDefaultRawExcludedLabelSelectors()
LabelSelector
!@Value.Lazy public int getNumTestThreads()
public TestResultSummaryVerbosity getResultSummaryVerbosity()
public Optional<com.google.common.collect.ImmutableList<String>> getExternalTestRunner()
public Optional<Long> getDefaultTestRuleTimeoutMs()
public boolean isInclNoLocationClassesEnabled()
public Optional<com.google.common.collect.ImmutableList<String>> getCoverageIncludes()
public Optional<com.google.common.collect.ImmutableList<String>> getCoverageExcludes()
public boolean isBuildingFilteredTestsEnabled()