A B C D E F G H I J L O P R S T U X

A

AbstractOutput - class org.junitee.output.AbstractOutput.
 
AbstractOutput(TestRunnerResults, boolean) - Constructor for class org.junitee.output.AbstractOutput
 
AbstractResultFormatter - class org.junitee.anttask.AbstractResultFormatter.
 
AbstractResultFormatter() - Constructor for class org.junitee.anttask.AbstractResultFormatter
 
add(TestInfo) - Method in class org.junitee.runner.TestSuiteInfo
 
addClasses(ZipFileSet) - Method in class org.junitee.anttask.JUnitEEWarTask
 
addError(Test, Throwable) - Method in class org.junitee.runner.TestRunner
 
addError(Test, Throwable) - Method in class org.junitee.runner.TestRunnerResults
 
addFailure(Test, AssertionFailedError) - Method in class org.junitee.runner.TestRunner
 
addFailure(Test, Throwable) - Method in class org.junitee.runner.TestRunnerResults
 
addFailure(Test, AssertionFailedError) - Method in class org.junitee.runner.TestRunnerResults
 
addFormatter(FormatterElement) - Method in class org.junitee.anttask.JUnitEETask
 
addFormatter(FormatterElement) - Method in class org.junitee.anttask.JUnitEETest
 
addTestCases(FileSet) - Method in class org.junitee.anttask.JUnitEEWarTask
The nested testCases element specifies a FileSet.
addToSuite(TestInfo) - Method in class org.junitee.runner.TestRunnerResults
 

B

BriefResultFormatter - class org.junitee.anttask.BriefResultFormatter.
 
BriefResultFormatter() - Constructor for class org.junitee.anttask.BriefResultFormatter
 

C

CACTUS_CONTEXT_URL_PROPERTY - Static variable in class org.junitee.servlet.JUnitEEServlet
 
check() - Method in class org.junitee.anttask.JUnitEEWarTask.AbstractEjbRef
 
check() - Method in class org.junitee.anttask.JUnitEEWarTask.EjbLocalRef
 
check() - Method in class org.junitee.anttask.JUnitEEWarTask.EjbRef
 
createEjbLocalRef() - Method in class org.junitee.anttask.JUnitEEWarTask
Create a nested ejbLocalRef element.
createEjbRef() - Method in class org.junitee.anttask.JUnitEEWarTask
Create a nested ejbRef element.
createFormatter() - Method in class org.junitee.anttask.FormatterElement
 
createResourceRef() - Method in class org.junitee.anttask.JUnitEEWarTask
Create a nested resourceRef element.
createTest() - Method in class org.junitee.anttask.JUnitEETask
Create a nested test element.

D

decorate() - Method in interface org.junitee.runner.RequiresDecoration
Decorate this test.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.junitee.servlet.JUnitEEServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.junitee.servlet.JUnitEEServlet
 

E

ERROR - Static variable in class org.junitee.output.HTMLOutput
 
endTest(Test) - Method in class org.junitee.runner.TestRunner
 
endTest(Test) - Method in class org.junitee.runner.TestRunnerResults
 
errorResponse(String[], String, String, String, HttpServletRequest, HttpServletResponse, String, boolean, boolean) - Method in class org.junitee.servlet.JUnitEEServlet
 
exceptionToString(Throwable) - Method in class org.junitee.output.AbstractOutput
 
execute() - Method in class org.junitee.anttask.JUnitEETask
 
execute(JUnitEETest) - Method in class org.junitee.anttask.JUnitEETask
 
execute() - Method in class org.junitee.anttask.JUnitEEWarTask
Entry point when the task is ran from ant

F

FAILURE - Static variable in class org.junitee.output.HTMLOutput
 
FormatterElement - class org.junitee.anttask.FormatterElement.
This is the JUnitEE equivalent to the JUnit FormatterElement.
FormatterElement() - Constructor for class org.junitee.anttask.FormatterElement
 
filterStack(String) - Static method in class org.junitee.util.StringUtils
Filter the given stack trace.
finish() - Method in interface org.junitee.runner.TestRunnerListener
This method is called after the last test is executed.
finish() - Method in class org.junitee.runner.TestRunnerResults
 
flush() - Method in class org.junitee.anttask.AbstractResultFormatter
 
flush() - Method in interface org.junitee.anttask.JUnitEEResultFormatter
 
flush() - Method in class org.junitee.anttask.SummaryResultFormatter
 
format(Node) - Method in class org.junitee.anttask.BriefResultFormatter
 
format(Node) - Method in interface org.junitee.anttask.JUnitEEResultFormatter
Format the JUnitEE result
format(Node) - Method in class org.junitee.anttask.PlainResultFormatter
 
format(Node) - Method in class org.junitee.anttask.SummaryResultFormatter
 
format(Node) - Method in class org.junitee.anttask.XMLResultFormatter
 

G

getClassname() - Method in class org.junitee.anttask.FormatterElement
 
getCurrentInfo() - Method in class org.junitee.output.AbstractOutput
 
getCurrentInfo() - Method in class org.junitee.runner.TestRunnerResults
 
getDefaultOutput() - Method in class org.junitee.servlet.JUnitEEServlet
Answer the default output format of the test report.
getDefaultOutput() - Method in class org.junitee.servlet.JUnitEEXMLServlet
Answer the default output format of the test report.
getDefaultThreadMode() - Method in class org.junitee.servlet.JUnitEEServlet
Answer the default for the thread mode.
getDefaultThreadMode() - Method in class org.junitee.servlet.JUnitEEThreadedServlet
 
getDynamicClassLoader() - Method in class org.junitee.servlet.JUnitEEServlet
Answer the classloader used to load the test classes.
getEJBExceptionDetail(Throwable) - Method in class org.junitee.output.AbstractOutput
Checks to see if t is a RemoteException containing an EJBException, and if it is, prints the nested exception inside the EJBException.
getElapsedTime() - Method in class org.junitee.runner.TestInfo
 
getElapsedTime() - Method in class org.junitee.runner.TestSuiteInfo
 
getError() - Method in class org.junitee.runner.TestInfo
Answer the errors
getErrorMessages() - Method in class org.junitee.output.AbstractOutput
 
getErrorMessages() - Method in class org.junitee.runner.TestRunnerResults
 
getErrorproperty() - Method in class org.junitee.anttask.JUnitEETest
 
getErrors() - Method in class org.junitee.runner.TestSuiteInfo
 
getExtension() - Method in class org.junitee.anttask.FormatterElement
 
getFailure() - Method in class org.junitee.runner.TestInfo
Answer the failures
getFailureproperty() - Method in class org.junitee.anttask.JUnitEETest
 
getFailures() - Method in class org.junitee.runner.TestSuiteInfo
 
getFiltertrace() - Method in class org.junitee.anttask.JUnitEETest
 
getFormatters() - Method in class org.junitee.anttask.JUnitEETest
 
getHaltonerror() - Method in class org.junitee.anttask.JUnitEETest
 
getHaltonfailure() - Method in class org.junitee.anttask.JUnitEETest
 
getIf() - Method in class org.junitee.anttask.JUnitEETest
 
getLoader() - Method in class org.junitee.runner.TestRunner
 
getLocal() - Method in class org.junitee.anttask.JUnitEEWarTask.EjbLocalRef
 
getLocalHome() - Method in class org.junitee.anttask.JUnitEEWarTask.EjbLocalRef
 
getName() - Method in class org.junitee.anttask.JUnitEETest
 
getOutFile() - Method in class org.junitee.anttask.FormatterElement
 
getOutfile() - Method in class org.junitee.anttask.JUnitEETest
 
getOutput(String) - Method in class org.junitee.anttask.AbstractResultFormatter
 
getOutputProducer(TestRunnerResults, String, HttpServletRequest, HttpServletResponse, String, boolean) - Method in class org.junitee.servlet.JUnitEEServlet
Answer the output producer for the given output format.
getResAuth() - Method in class org.junitee.anttask.JUnitEEWarTask.ResRef
 
getResRefName() - Method in class org.junitee.anttask.JUnitEEWarTask.ResRef
 
getResType() - Method in class org.junitee.anttask.JUnitEEWarTask.ResRef
 
getResource() - Method in class org.junitee.anttask.JUnitEETest
 
getRunall() - Method in class org.junitee.anttask.JUnitEETest
 
getSuiteInfo() - Method in class org.junitee.output.AbstractOutput
 
getSuiteInfo() - Method in class org.junitee.runner.TestRunnerResults
 
getTest() - Method in class org.junitee.runner.TestInfo
 
getTest(String, String) - Method in class org.junitee.runner.TestRunner
 
getTestClassMethods(String) - Method in class org.junitee.servlet.JUnitEEServlet
Looks up all the test methods for a particular test class.
getTestClassName() - Method in class org.junitee.runner.TestInfo
 
getTestClassName() - Method in class org.junitee.runner.TestSuiteInfo
 
getTestName(Node) - Method in class org.junitee.anttask.AbstractResultFormatter
 
getTestName() - Method in class org.junitee.runner.TestInfo
 
getTests() - Method in class org.junitee.runner.TestSuiteInfo
 
getTimestamp() - Method in class org.junitee.output.AbstractOutput
 
getTimestamp() - Method in class org.junitee.runner.TestRunnerResults
 
getTodir() - Method in class org.junitee.anttask.JUnitEETest
 
getUnless() - Method in class org.junitee.anttask.JUnitEETest
 

H

HTMLOutput - class org.junitee.output.HTMLOutput.
This class implements the TestRunnerListener interface and produces an HTML test report.
HTMLOutput(TestRunnerResults, HttpServletRequest, HttpServletResponse, boolean, int) - Constructor for class org.junitee.output.HTMLOutput
 
hasError() - Method in class org.junitee.runner.TestInfo
 
hasError() - Method in class org.junitee.runner.TestSuiteInfo
 
hasFailure() - Method in class org.junitee.runner.TestInfo
 
hasFailure() - Method in class org.junitee.runner.TestSuiteInfo
 
htmlText(String) - Static method in class org.junitee.util.StringUtils
This method converts texts to be displayed on html-page.

I

init(ServletConfig) - Method in class org.junitee.servlet.JUnitEEServlet
 
isFailure() - Method in class org.junitee.output.AbstractOutput
 
isFailure() - Method in class org.junitee.runner.TestRunnerResults
 
isFilterTrace() - Method in class org.junitee.anttask.AbstractResultFormatter
 
isFilterTrace() - Method in class org.junitee.output.AbstractOutput
 
isFilterTrace() - Method in class org.junitee.runner.TestRunnerResults
 
isFinished() - Method in class org.junitee.output.AbstractOutput
 
isFinished() - Method in class org.junitee.runner.TestRunnerResults
 
isSingleTest() - Method in class org.junitee.output.AbstractOutput
 
isSingleTest() - Method in class org.junitee.runner.TestRunnerResults
 
isStopped() - Method in class org.junitee.output.AbstractOutput
 
isStopped() - Method in class org.junitee.runner.TestRunnerResults
 
isTestCase() - Method in class org.junitee.runner.TestInfo
 
isUseFile() - Method in class org.junitee.anttask.FormatterElement
 

J

JUnitEEResultFormatter - interface org.junitee.anttask.JUnitEEResultFormatter.
This interface is the equivalent to JUnitResultFormatter provided by the JUnit task.
JUnitEEServlet - class org.junitee.servlet.JUnitEEServlet.
This servlet implements the JUnitEE test runner.
JUnitEEServlet() - Constructor for class org.junitee.servlet.JUnitEEServlet
 
JUnitEETask - class org.junitee.anttask.JUnitEETask.
This ant task runs server-side unit tests using the JUnitEE test runner.
JUnitEETask() - Constructor for class org.junitee.anttask.JUnitEETask
 
JUnitEETest - class org.junitee.anttask.JUnitEETest.
This is a data type used by the JUnitEE task and represents a call to the JUnitEE servlet to run one specific test suite or all available tests.
JUnitEETest() - Constructor for class org.junitee.anttask.JUnitEETest
 
JUnitEEThreadedServlet - class org.junitee.servlet.JUnitEEThreadedServlet.
This servlet changes the behaviour of JUnitEEServlet in the way that by default a thread is forked if more than one test suite is to be exectued.
JUnitEEThreadedServlet() - Constructor for class org.junitee.servlet.JUnitEEThreadedServlet
 
JUnitEEWarTask - class org.junitee.anttask.JUnitEEWarTask.
This ant task builds the .war file which will contains the server-side unit tests.
JUnitEEWarTask() - Constructor for class org.junitee.anttask.JUnitEEWarTask
 
JUnitEEWarTask.AbstractEjbRef - class org.junitee.anttask.JUnitEEWarTask.AbstractEjbRef.
 
JUnitEEWarTask.AbstractEjbRef() - Constructor for class org.junitee.anttask.JUnitEEWarTask.AbstractEjbRef
 
JUnitEEWarTask.EjbLocalRef - class org.junitee.anttask.JUnitEEWarTask.EjbLocalRef.
 
JUnitEEWarTask.EjbLocalRef() - Constructor for class org.junitee.anttask.JUnitEEWarTask.EjbLocalRef
 
JUnitEEWarTask.EjbRef - class org.junitee.anttask.JUnitEEWarTask.EjbRef.
 
JUnitEEWarTask.EjbRef() - Constructor for class org.junitee.anttask.JUnitEEWarTask.EjbRef
 
JUnitEEWarTask.ResRef - class org.junitee.anttask.JUnitEEWarTask.ResRef.
 
JUnitEEWarTask.ResRef() - Constructor for class org.junitee.anttask.JUnitEEWarTask.ResRef
 
JUnitEEXMLServlet - class org.junitee.servlet.JUnitEEXMLServlet.
This servlet implements the JUnitEE test runner.
JUnitEEXMLServlet() - Constructor for class org.junitee.servlet.JUnitEEXMLServlet
 

L

load(String) - Method in class org.junitee.runner.TestSuiteLoader
 

O

OUTPUT_HTML - Static variable in class org.junitee.servlet.JUnitEEServlet
 
OUTPUT_XML - Static variable in class org.junitee.servlet.JUnitEEServlet
 
OutputProducer - interface org.junitee.output.OutputProducer.
 
org.junitee.anttask - package org.junitee.anttask
 
org.junitee.output - package org.junitee.output
 
org.junitee.runner - package org.junitee.runner
 
org.junitee.servlet - package org.junitee.servlet
 
org.junitee.util - package org.junitee.util
 

P

PASSED - Static variable in class org.junitee.output.HTMLOutput
 
PlainResultFormatter - class org.junitee.anttask.PlainResultFormatter.
 
PlainResultFormatter() - Constructor for class org.junitee.anttask.PlainResultFormatter
 
parseTestCaseList(InputStream) - Method in class org.junitee.servlet.JUnitEEServlet
 
printErrorMessages() - Method in class org.junitee.output.XMLOutput
 
printErrorsAndFailures() - Method in class org.junitee.output.HTMLOutput
 
printFooter() - Method in class org.junitee.output.HTMLOutput
 
printFooter() - Method in class org.junitee.output.XMLOutput
 
printHeader() - Method in class org.junitee.output.HTMLOutput
 
printHeader() - Method in class org.junitee.output.XMLOutput
 
printIndexHtml(String[], String, String, PrintWriter, boolean) - Method in class org.junitee.servlet.JUnitEEServlet
 
printIndexHtmlTestMethods(StringBuffer, String, String) - Method in class org.junitee.servlet.JUnitEEServlet
Generates links to run individual test methods
printMethodList() - Method in class org.junitee.output.HTMLOutput
 
printResults() - Method in class org.junitee.output.XMLOutput
 
printRunErrors() - Method in class org.junitee.output.HTMLOutput
 
printSummary(boolean) - Method in class org.junitee.output.HTMLOutput
 
printUnderProgress() - Method in class org.junitee.output.HTMLOutput
 
pw - Variable in class org.junitee.output.HTMLOutput
 

R

RESOURCE_GREEN_BULLET - Static variable in class org.junitee.output.HTMLOutput
 
RESOURCE_INFO - Static variable in class org.junitee.output.HTMLOutput
 
RESOURCE_RED_BULLET - Static variable in class org.junitee.output.HTMLOutput
 
RESOURCE_YELLOW_BULLET - Static variable in class org.junitee.output.HTMLOutput
 
RequiresDecoration - interface org.junitee.runner.RequiresDecoration.
Interface to tell a test runner that a test requires decoration.
reload(Class) - Method in class org.junitee.runner.TestSuiteLoader
 
render() - Method in class org.junitee.output.AbstractOutput
 
render() - Method in class org.junitee.output.HTMLOutput
 
render() - Method in interface org.junitee.output.OutputProducer
 
render() - Method in class org.junitee.output.XMLOutput
 
renderResults(TestRunnerResults, HttpServletRequest, HttpServletResponse, String, boolean) - Method in class org.junitee.servlet.JUnitEEServlet
 
run(String[]) - Method in class org.junitee.runner.TestRunner
Run all tests in the given test classes.
run(String, String) - Method in class org.junitee.runner.TestRunner
 
runFailed(String) - Method in class org.junitee.runner.TestRunner
 
runFailed(String) - Method in interface org.junitee.runner.TestRunnerListener
This method is called when executing a test failed because the test class could not be loaded or an instance could not be created.
runFailed(String) - Method in class org.junitee.runner.TestRunnerResults
 
runTests(String, String[], HttpServletRequest, boolean) - Method in class org.junitee.servlet.JUnitEEServlet
 

S

StringUtils - class org.junitee.util.StringUtils.
 
StringUtils() - Constructor for class org.junitee.util.StringUtils
 
SummaryResultFormatter - class org.junitee.anttask.SummaryResultFormatter.
 
SummaryResultFormatter() - Constructor for class org.junitee.anttask.SummaryResultFormatter
 
searchForTestCaseList() - Method in class org.junitee.servlet.JUnitEEServlet
 
searchForTests(String[]) - Method in class org.junitee.servlet.JUnitEEServlet
 
searchForTests(String) - Method in class org.junitee.servlet.JUnitEEServlet
Search all resources set via the searchResources init parameter for classes ending with "Tests"
setClassname(String) - Method in class org.junitee.anttask.FormatterElement
 
setCurrentInfo(TestInfo) - Method in class org.junitee.runner.TestRunnerResults
 
setEjbLink(String) - Method in class org.junitee.anttask.JUnitEEWarTask.AbstractEjbRef
 
setEjbRefName(String) - Method in class org.junitee.anttask.JUnitEEWarTask.AbstractEjbRef
 
setEjbRefType(String) - Method in class org.junitee.anttask.JUnitEEWarTask.AbstractEjbRef
 
setElapsedTime(long) - Method in class org.junitee.runner.TestInfo
 
setError(Throwable) - Method in class org.junitee.runner.TestInfo
 
setErrorproperty(String) - Method in class org.junitee.anttask.JUnitEETask
Tell the task which property should be set in case of an error.
setErrorproperty(String) - Method in class org.junitee.anttask.JUnitEETest
 
setExtension(String) - Method in class org.junitee.anttask.AbstractResultFormatter
 
setExtension(String) - Method in class org.junitee.anttask.FormatterElement
 
setExtension(String) - Method in interface org.junitee.anttask.JUnitEEResultFormatter
 
setFailure(Throwable) - Method in class org.junitee.runner.TestInfo
 
setFailure(boolean) - Method in class org.junitee.runner.TestRunnerResults
 
setFailureproperty(String) - Method in class org.junitee.anttask.JUnitEETask
Tell the task which property should be set in case of an error or test failure.
setFailureproperty(String) - Method in class org.junitee.anttask.JUnitEETest
 
setFilterTrace(boolean) - Method in class org.junitee.anttask.AbstractResultFormatter
 
setFilterTrace(boolean) - Method in class org.junitee.anttask.FormatterElement
 
setFilterTrace(boolean) - Method in interface org.junitee.anttask.JUnitEEResultFormatter
 
setFilterTrace(boolean) - Method in class org.junitee.runner.TestRunnerResults
 
setFiltertrace(boolean) - Method in class org.junitee.anttask.JUnitEETask
 
setFiltertrace(boolean) - Method in class org.junitee.anttask.JUnitEETest
 
setHaltonerror(boolean) - Method in class org.junitee.anttask.JUnitEETask
Tell the task how to handle errors.
setHaltonerror(boolean) - Method in class org.junitee.anttask.JUnitEETest
 
setHaltonfailure(boolean) - Method in class org.junitee.anttask.JUnitEETask
Tell the task how to handle test failures.
setHaltonfailure(boolean) - Method in class org.junitee.anttask.JUnitEETest
 
setHome(String) - Method in class org.junitee.anttask.JUnitEEWarTask.EjbRef
 
setHtmlRefreshDelay(String) - Method in class org.junitee.anttask.JUnitEEWarTask
This optional parameter defines the delay for HTML page refreshes when run as a separate thread.
setIf(String) - Method in class org.junitee.anttask.JUnitEETest
 
setLocal(String) - Method in class org.junitee.anttask.JUnitEEWarTask.EjbLocalRef
 
setLocalHome(String) - Method in class org.junitee.anttask.JUnitEEWarTask.EjbLocalRef
 
setName(String) - Method in class org.junitee.anttask.JUnitEETest
 
setOut(OutputStream) - Method in class org.junitee.anttask.AbstractResultFormatter
 
setOut(OutputStream) - Method in interface org.junitee.anttask.JUnitEEResultFormatter
 
setOutFile(File) - Method in class org.junitee.anttask.FormatterElement
 
setOutfile(File) - Method in class org.junitee.anttask.AbstractResultFormatter
 
setOutfile(File) - Method in interface org.junitee.anttask.JUnitEEResultFormatter
 
setOutfile(String) - Method in class org.junitee.anttask.JUnitEETest
 
setPrintsummary(boolean) - Method in class org.junitee.anttask.JUnitEETask
Tell the task to print a verbose test summary.
setRemote(String) - Method in class org.junitee.anttask.JUnitEEWarTask.EjbRef
 
setResAuth(String) - Method in class org.junitee.anttask.JUnitEEWarTask.ResRef
 
setResRefName(String) - Method in class org.junitee.anttask.JUnitEEWarTask.ResRef
 
setResType(String) - Method in class org.junitee.anttask.JUnitEEWarTask.ResRef
 
setResource(String) - Method in class org.junitee.anttask.JUnitEETest
 
setRunall(boolean) - Method in class org.junitee.anttask.JUnitEETest
 
setServletclass(String) - Method in class org.junitee.anttask.JUnitEEWarTask
Set the name of the servlet used in the generated deployment descriptor.
setSingleTest(boolean) - Method in class org.junitee.runner.TestRunnerResults
 
setStopped() - Method in interface org.junitee.runner.TestRunnerListener
 
setStopped() - Method in class org.junitee.runner.TestRunnerResults
 
setSuiteInfo(List) - Method in class org.junitee.runner.TestRunnerResults
 
setTestjarname(String) - Method in class org.junitee.anttask.JUnitEEWarTask
This optional parameter define the name of the .jar file which will contain the test classes.
setThreaded(boolean) - Method in class org.junitee.anttask.JUnitEETask
 
setTimestamp(long) - Method in class org.junitee.runner.TestRunnerResults
 
setTodir(File) - Method in class org.junitee.anttask.JUnitEETest
 
setType(String) - Method in class org.junitee.anttask.FormatterElement
 
setUnless(String) - Method in class org.junitee.anttask.JUnitEETest
 
setUrl(String) - Method in class org.junitee.anttask.JUnitEETask
Set the URL to call the JUnitEE test servlet.
setUseFile(boolean) - Method in class org.junitee.anttask.FormatterElement
 
setWebxml(File) - Method in class org.junitee.anttask.JUnitEEWarTask
 
shouldExecute(Project) - Method in class org.junitee.anttask.JUnitEETest
 
start(boolean) - Method in interface org.junitee.runner.TestRunnerListener
This method is called before the first test is executed.
start(boolean) - Method in class org.junitee.runner.TestRunnerResults
 
startTest(Test) - Method in class org.junitee.runner.TestRunner
 
startTest(Test) - Method in class org.junitee.runner.TestRunnerResults
 
stop() - Method in class org.junitee.runner.TestRunner
 
successful() - Method in class org.junitee.runner.TestInfo
 
successful() - Method in class org.junitee.runner.TestSuiteInfo
 

T

TestInfo - class org.junitee.runner.TestInfo.
This class holds information about on test.
TestInfo(Test) - Constructor for class org.junitee.runner.TestInfo
 
TestRunner - class org.junitee.runner.TestRunner.
This is the JUnitEE testrunner.
TestRunner(ClassLoader, TestRunnerListener, boolean) - Constructor for class org.junitee.runner.TestRunner
Create a new instance and set the classloader to be used to load test classes.
TestRunnerListener - interface org.junitee.runner.TestRunnerListener.
The listener interface for receiving test runner events.
TestRunnerResults - class org.junitee.runner.TestRunnerResults.
 
TestRunnerResults() - Constructor for class org.junitee.runner.TestRunnerResults
 
TestSuiteInfo - class org.junitee.runner.TestSuiteInfo.
This class holds information about on test.
TestSuiteInfo(String) - Constructor for class org.junitee.runner.TestSuiteInfo
 
TestSuiteLoader - class org.junitee.runner.TestSuiteLoader.
This is an implementation of the junit.runner.TestSuiteLoader interface.
TestSuiteLoader(ClassLoader) - Constructor for class org.junitee.runner.TestSuiteLoader
Create a new instance and set the classloader to be used to load test classes.
testEnded(String) - Method in class org.junitee.runner.TestRunner
 
testFailed(int, Test, Throwable) - Method in class org.junitee.runner.TestRunner
 
testStarted(String) - Method in class org.junitee.runner.TestRunner
 
toString() - Method in class org.junitee.runner.TestInfo
 

U

UNKNOWN - Static variable in class org.junitee.output.HTMLOutput
 

X

XMLOutput - class org.junitee.output.XMLOutput.
This class implements the TestRunnerListener interface and produces an HTML test report.
XMLOutput(TestRunnerResults, HttpServletResponse, String, boolean) - Constructor for class org.junitee.output.XMLOutput
 
XMLResultFormatter - class org.junitee.anttask.XMLResultFormatter.
 
XMLResultFormatter() - Constructor for class org.junitee.anttask.XMLResultFormatter
 
xmlText(String) - Static method in class org.junitee.util.StringUtils
This method converts texts to be used in an xml document.

A B C D E F G H I J L O P R S T U X