A B C D E F H I L N P Q R S T Z 

A

add(File) - Method in class com.sun.maven.junit.ClasspathBuilder
Adds a single directory or a jar file.
add(String) - Method in class com.sun.maven.junit.ClasspathBuilder
Adds a single directory or a jar file.
add(Result) - Method in class com.sun.maven.junit.Result
 
add(Result...) - Static method in class com.sun.maven.junit.Result
 
addError(Test, Throwable) - Method in class com.sun.maven.junit.AntXmlFormatter
 
addError(Test, Throwable) - Method in class com.sun.maven.junit.ProgressReporter
 
addFailure(Test, AssertionFailedError) - Method in class com.sun.maven.junit.AntXmlFormatter
 
addFailure(Test, AssertionFailedError) - Method in class com.sun.maven.junit.ProgressReporter
 
addJarOf(Class<?>) - Method in class com.sun.maven.junit.ClasspathBuilder
 
AntXmlFormatter - Class in com.sun.maven.junit
TestListener that bridges to JUnitResultFormatter.
AntXmlFormatter(Class<? extends JUnitResultFormatter>, File) - Constructor for class com.sun.maven.junit.AntXmlFormatter
 
argLine - Variable in class com.sun.maven.junit.TestMojo
Arbitrary JVM options to set on the command line.

B

buildTestCase(String) - Method in class com.sun.maven.junit.LocalTestCaseRunner
 

C

cause - Variable in class com.sun.maven.junit.Result.Failure
 
ClasspathBuilder - Class in com.sun.maven.junit
Used to build up an argument in the classpath format.
ClasspathBuilder() - Constructor for class com.sun.maven.junit.ClasspathBuilder
 
classpathElements - Variable in class com.sun.maven.junit.TestMojo
The classpath elements of the project being tested.
close() - Method in class com.sun.maven.junit.AntXmlFormatter
 
com.sun.maven.junit - package com.sun.maven.junit
 
concurrency - Variable in class com.sun.maven.junit.TestMojo
Number of concurrent executions.
copyTo(Channel) - Method in class com.sun.maven.junit.LocalTestCaseRunner
Creates a clone on the given channel and returns a proxy to it.
countTestCases() - Method in class com.sun.maven.junit.Result.Failure
 
createTestCaseRunner() - Method in class com.sun.maven.junit.TestMojo
 

D

debugForkedProcess - Variable in class com.sun.maven.junit.TestMojo
Attach a debugger to the forked JVM.

E

endTest(Test) - Method in class com.sun.maven.junit.AntXmlFormatter
 
endTest(Test) - Method in class com.sun.maven.junit.ProgressReporter
 
errors - Variable in class com.sun.maven.junit.Result
 
execute() - Method in class com.sun.maven.junit.HelpMojo
execute() - Method in class com.sun.maven.junit.TestMojo
 
executeForked() - Method in class com.sun.maven.junit.TestMojo
Executes tests in several child JVMs concurrently.
executeLocal() - Method in class com.sun.maven.junit.TestMojo
 

F

FailedTest - Class in com.sun.maven.junit
 
FailedTest(Exception) - Constructor for class com.sun.maven.junit.FailedTest
 
failures - Variable in class com.sun.maven.junit.Result
 
fork - Variable in class com.sun.maven.junit.TestMojo
Option to specify the forking behavior.
fork(OutputStream, ExecutorService) - Method in class com.sun.maven.junit.TestMojo
Forks a new JVM and pumps its output to the given OutputStream
from(TestResult) - Static method in class com.sun.maven.junit.Result
 
fromFailure(Result.Failure) - Static method in class com.sun.maven.junit.Result
 

H

HelpMojo - Class in com.sun.maven.junit
Display help information on maven-junit-plugin.
Call
HelpMojo() - Constructor for class com.sun.maven.junit.HelpMojo
 

I

isSuccess() - Method in class com.sun.maven.junit.Result
 
isTest(Class<?>) - Method in class com.sun.maven.junit.LocalTestCaseRunner
 

L

LocalTestCaseRunner - Class in com.sun.maven.junit
TestCaseRunner that runs tests on the current JVM.
LocalTestCaseRunner(File) - Constructor for class com.sun.maven.junit.LocalTestCaseRunner
 

N

name - Variable in class com.sun.maven.junit.Result.Failure
 

P

ProgressReporter - Class in com.sun.maven.junit
Prints a progress report in one letter per test.
ProgressReporter(PrintStream) - Constructor for class com.sun.maven.junit.ProgressReporter
 
project - Variable in class com.sun.maven.junit.TestMojo
 

Q

quiet - Variable in class com.sun.maven.junit.TestMojo
If true, the stdout/stderr from tests will not be copied to the console.

R

redirectToDevNull() - Method in class com.sun.maven.junit.LocalTestCaseRunner
Redirects the stdout/stderr to /dev/null.
Result - Class in com.sun.maven.junit
Equivalent of TestResult but remoting safe.
Result(int) - Constructor for class com.sun.maven.junit.Result
 
Result.Failure - Class in com.sun.maven.junit
Represents an error or a failure.
Result.Failure(String, Throwable) - Constructor for class com.sun.maven.junit.Result.Failure
 
Result.Failure(TestFailure) - Constructor for class com.sun.maven.junit.Result.Failure
 
run(TestResult) - Method in class com.sun.maven.junit.Result.Failure
 
runTest() - Method in class com.sun.maven.junit.FailedTest
 
runTestCase(String) - Method in class com.sun.maven.junit.LocalTestCaseRunner
 
runTestCase(String, String) - Method in class com.sun.maven.junit.LocalTestCaseRunner
 
runTestCase(String) - Method in interface com.sun.maven.junit.TestCaseRunner
Runs a single test case and returns the result.
runTests(Test, PrintStream) - Method in class com.sun.maven.junit.LocalTestCaseRunner
Run tests and send the progress report to the given PrintStream.

S

setUp(List<URL>, boolean) - Method in class com.sun.maven.junit.LocalTestCaseRunner
 
setUp(List<URL>, boolean) - Method in interface com.sun.maven.junit.TestCaseRunner
Prepares for the test execution.
skipTests - Variable in class com.sun.maven.junit.TestMojo
Set this to 'true' to skip running tests, but still compile them.
startTest(Test) - Method in class com.sun.maven.junit.AntXmlFormatter
 
startTest(Test) - Method in class com.sun.maven.junit.ProgressReporter
 
systemProperties - Variable in class com.sun.maven.junit.TestMojo
List of System properties to pass to the JUnit tests.

T

tearDown() - Method in class com.sun.maven.junit.LocalTestCaseRunner
 
tearDown() - Method in interface com.sun.maven.junit.TestCaseRunner
The clean up that pairs with TestCaseRunner.setUp(List, boolean)
test - Variable in class com.sun.maven.junit.TestMojo
Specify this parameter to run individual tests by file name, overriding the includes/excludes parameters.
TestCaseRunner - Interface in com.sun.maven.junit
Remoting interface to run tests.
testFailureIgnore - Variable in class com.sun.maven.junit.TestMojo
Set this to true to ignore a failure during testing.
TestMojo - Class in com.sun.maven.junit
Runs tests
TestMojo() - Constructor for class com.sun.maven.junit.TestMojo
 
toClassName(String) - Method in class com.sun.maven.junit.LocalTestCaseRunner
Converts a file name of a class file to a class name.
toString() - Method in class com.sun.maven.junit.ClasspathBuilder
Returns the string representation of the classpath.
toString() - Method in class com.sun.maven.junit.Result.Failure
 
totalRun - Variable in class com.sun.maven.junit.Result
 
toTestResult() - Method in class com.sun.maven.junit.Result
Restores the TestResult.

Z

ZERO - Static variable in class com.sun.maven.junit.Result
 
A B C D E F H I L N P Q R S T Z 

Copyright © 2012. All Rights Reserved.