Jetif v1.8.0

Package jetif.ext

Provides classes that are extension of the Jetif framework.

See:
          Description

Interface Summary
ResultRender A ResultRender is responsible to render the suite result to particular format, such as XML, HTML.
SuiteSummary A SuiteSummary provides the summary of suite result.
SummaryRender The summary render is used to render the test summary.
 

Class Summary
Base64InputStream A Base64InputStream obtains input bytes from a reader which has data in Base64 encoding (see RFC2045).
Base64OutputStream A Base64OutputStream is an output stream for encoding data to Base64 encoding (see RFC2045).
BasicSuite This class BasicSuite represents a default suite class for most purpose.
ListenerProxy This class ListenerProxy represents a proxy for multiple test listeners.
Log4jLogger This class Log4jLogger is a wrapper class of Log4J logger.
ResultCollector This class ResultCollector represents a test listener which collect test result and store it in a SuiteResult object.
ResultHolder Deprecated. Use the jetif.ext.ResultCollector instead.
SuiteResult This class SuiteResult represents a container of test result.
TextFile This class TextFile provides a easy way to get a Writer to a text file.
TextListener This class TextListener record the test results to a writer in text format.
 

Package jetif.ext Description

Provides classes that are extension of the Jetif framework. The core framework only provides basic ability for testing, while the extension provides various function to the developers.
Note classes of this package should only be used for extension development. Please don't use these classes in your testing code directly.


Jetif v1.8.0

Copyright © 2004,2005 Vicky Wang - All Rights Reserved.