JsUnit |
Array | Standard ECMA class |
Array< String > | |
Assert | A set of assert methods |
TestCase | A test case defines the fixture to run multiple tests |
ExceptionTestCase | A TestCase that expects an exception of class mClass to be thrown |
TestDecorator | A Decorator for Tests |
RepeatedTest | A Decorator that runs a test repeatedly |
TestSetup | A Decorator to set up and tear down additional fixture state |
CallStack | CallStack object |
Function | Standard ECMA class |
JsUtil | Helper class with static flags |
Object | |
Error | Error class according ECMA specification |
JsUnitError | JsUnitError class |
AssertionFailedError | Thrown when a test assertion fails |
ComparisonFailure | Thrown when a test assert comparing equal strings fail |
FunctionGluingError | FunctionGluingError class |
InterfaceDefinitionError | InterfaceDefinitionError class |
PrinterWriterError | PrinterWriterError class |
PrinterWriter | A PrinterWriter is an abstract base class for printing text |
CtxWriter | Class for an application running test suites with the BroadVision ctxdriver and console output |
HTMLWriterFilter | A filter for a PrinterWriter encoding HTML |
NSServerWriter | PrinterWriter for an application running test suites with the Netscape Server |
StringWriter | The PrinterWriter into a String |
SystemWriter | The PrinterWriter of the JavaScript engine |
Protectable | A protectable can be run and throw an Error |
String | Standard ECMA class |
Test | A test can be run and collect its results |
TestCase | A test case defines the fixture to run multiple tests |
TestDecorator | A Decorator for Tests |
TestSuite | A TestSuite is a composition of Tests |
TestCollector | A collector for Test classes |
AllTestsCollector | A collector for the AllTests class |
GenericTestCollector | A generic collector for all Test classes within a scope |
TestCaseCollector | A TestCase collector for all test cases within a scope |
TestSuiteCollector | A TestSuite collector for all test suites within a scope |
TestFailure | A TestFailure collects a failed test together with the caught exception |
TestListener | A listener for test progress |
BaseTestRunner | General base class for an application running test suites |
EmbeddedTextTestRunner | Class for an embeddable text-oriented TestRunner used in other applications with a status report |
TestRunner | TestRunner of JsUnit 1.1 |
TextTestRunner | Class for an application running test suites with a test based status report |
CtxTestRunner | Class for an application running test suites with the BroadVision ctxdriver and console output |
HTMLTestRunner | Class for an application running test suites reporting in HTML |
NSServerTestRunner | Class for an application running test suites with a Netscape Server |
ResultPrinter | Class to print the result of a TextTestRunner |
ClassicResultPrinter | The ResultPrinter of JsUnit 1.1 |
XMLResultPrinter | Convert the result of a TextTestPrinter into XML to be used by JUnitReport |
TestRunListener | A listener interface for observing the execution of a test run |
JsUnit © 1999, 2000, 2001, 2002, 2003, 2006, 2007 by Jörg Schaible
|
Generated on Wed Apr 15 2015 02:33:07 for JsUnit by doxygen 1.8.5
|