public class TestCommand extends BuildCommand
| Modifier and Type | Class and Description |
|---|---|
static class |
TestCommand.CoverageReportFormatsHandler
args4j does not support parsing repeated (or delimiter separated) Enums by default.
|
BuildCommand.ActionGraphCreationExceptioncommandArgsFile| Constructor and Description |
|---|
TestCommand() |
executeLocalBuild, getAdditionalTargetsToBuild, getArguments, getBuildEngineMode, getEventListeners, getPathToBuildReport, isKeepGoing, isRemoteExecutionForceDisabled, isSourceControlStatsGatheringEnabled, run, setKeepGoing, shouldReportAbsolutePathsaddCommandSpecificConfigOverrides, convertArgumentsToBuildTargets, createParsingContext, getCommandArgsFile, getCommandLineBuildTargetNormalizer, getConcurrencyLimit, getConfigOverrides, getEnableParserProfiling, getEventsOutputPath, getExcludeIncompatibleTargets, getExecutionContext, getHostPlatform, getLogConfig, getTargetPlatforms, handleException, isNoCache, isReuseCurrentConfig, matchBuildTargetsWithLabelsFromSpecs, prepareExecutionContext, printWarning, printWarning, run, runHelpgetPluginManager, setPluginManagerpublic boolean isRunAllTests()
public boolean isCodeCoverageEnabled()
isCodeCoverageEnabled in class BuildCommandpublic boolean isDebugEnabled()
isDebugEnabled in class BuildCommandpublic Optional<TargetDevice> getTargetDeviceOptional()
public AdbOptions getAdbOptions(BuckConfig buckConfig)
public TargetDeviceOptions getTargetDeviceOptions()
public boolean isMatchedByLabelOptions(BuckConfig buckConfig, Set<String> labels)
public boolean shouldExcludeTransitiveTests()
public boolean shouldExcludeWin()
public boolean isBuildFiltered(BuckConfig buckConfig)
public int getNumTestThreads(BuckConfig buckConfig)
public int getNumTestManagedThreads(ResourcesConfig resourcesConfig)
protected void assertArguments(CommandRunnerParams params)
assertArguments in class BuildCommandpublic ExitCode runWithoutHelp(CommandRunnerParams params) throws Exception
runWithoutHelp in class BuildCommandExceptionprotected ExecutionContext.Builder getExecutionContextBuilder(CommandRunnerParams params)
getExecutionContextBuilder in class BuildCommandpublic boolean isReadOnly()
isReadOnly in interface CommandisReadOnly in class BuildCommandpublic void printUsage(PrintStream stream)
printUsage in interface CommandprintUsage in class AbstractCommandpublic String getShortDescription()
getShortDescription in interface CommandgetShortDescription in class BuildCommandpublic boolean performsBuild()
performsBuild in interface CommandperformsBuild in class BuildCommandpublic void handleException(org.kohsuke.args4j.CmdLineException e)
throws org.kohsuke.args4j.CmdLineException
handleException in class AbstractCommandorg.kohsuke.args4j.CmdLineException