public final class JUnitRunner extends BaseRunner
IMPORTANT! This class limits itself to types that are available in both the JDK and Android Java API. The objective is to limit the set of files added to the ClassLoader that runs the test, as not to interfere with the results of the test.
defaultTestTimeoutMillis, ENCODING, isDryRun, outputDirectory, RUNNER_CAPABILITIES, shouldExplainTestSelectors, testClassNames, testSelectorList
Constructor and Description |
---|
JUnitRunner() |
Modifier and Type | Method and Description |
---|---|
void |
run() |
parseArgs, runAndExit, writeResult
public void run() throws Throwable
run
in class BaseRunner
Throwable