|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseDataType | |
org.apache.anteater.test | This package contains the top-level tasks and API that define the testing framework. |
org.apache.anteater.test.log | Anteater's logging system. |
org.apache.anteater.test.meta | Classes that deal with metadata about a script or Anteater itself. |
Uses of BaseDataType in org.apache.anteater.test |
Subclasses of BaseDataType in org.apache.anteater.test | |
class |
DefaultGroup
Default, primordial group, from which all others inherit. |
class |
Group
A Group is a scoping mechanism for Anteater data types and tasks. |
class |
Namespace
Anteater representation of an XML namespace mapping. |
class |
Session
A minimalistic session object, for storing cookie headers between requests. |
Methods in org.apache.anteater.test that return BaseDataType | |
protected BaseDataType |
BaseDataType.getRef(org.apache.tools.ant.Project p)
Assuming this BaseDataType is a reference to a real one (has a refid attr), this method will return the one this points to. |
Uses of BaseDataType in org.apache.anteater.test.log |
Subclasses of BaseDataType in org.apache.anteater.test.log | |
class |
BaseLogger
A basic Logger implementation. |
class |
ColourLogger
Logger that writes Text log files with ANSI colour codes. |
class |
DebugLogger
A Logger that just prints println messages indicating which methods have been called. |
class |
LoggerFactory
A LoggerFactory corresponds to a <logger> element in Anteater. |
class |
MinimalLogger
Logger that writes Text log files. |
class |
TextLogger
Logger that writes Text log files. |
class |
XMLLogger
Logger that writes XML log files compatible (slightly extending) with those from the <junit> task's XML formatter. |
Uses of BaseDataType in org.apache.anteater.test.meta |
Subclasses of BaseDataType in org.apache.anteater.test.meta | |
class |
Uses
Collects a set of Feature s needed by a script. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |