Interface | Description |
---|---|
StringNormalizer.NormalizerRule |
This interface defines what it means to be a normalizer rule: an
object having an appropriate
StringNormalizer.NormalizerRule.normalize(String) method. |
Class | Description |
---|---|
ExitPreventingSecurityManager |
A custom security manager used by
TestCase to detect
and report calls to System.exit() without actually terminating the JVM. |
GObjectFilter |
This class Represents a filter or query that can be used to describe
a
GObject when searching. |
GObjectFilter.ClientImports |
This class represents the "where" operator that is used to begin
a filter expression.
|
GObjectFilter.Operator |
This base class represents an operator used to create a query.
|
GUIFilter |
This class Represents a filter or query that can be used to describe
a
Component when searching. |
GUIFilter.ClientImports |
This class represents the "where" operator that is used to begin
a filter expression.
|
GUIFilter.Operator |
This base class represents an operator used to create a query.
|
MutableStringBufferInputStream |
A custom input stream that takes its contents from a provided string
literal, and that also supports dynamically resetting of its own contents.
|
ObjectdrawFilter |
This class Represents a filter or query that can be used to describe
a
DrawableInterface when searching. |
ObjectdrawFilter.ClientImports |
This class represents the "where" operator that is used to begin
a filter expression.
|
ObjectdrawFilter.Operator |
This base class represents an operator used to create a query.
|
PrintStreamWithHistory |
An enhanced version of
PrintStream that provides for a history
recall function and some other features making I/O testing a bit
easier to perform. |
PrintWriterWithHistory |
An enhanced version of
PrintWriter that provides for a history
recall function and some other features making I/O testing a bit
easier to perform. |
PrintWriterWithHistory.NullWriter |
This is an inner class that is used for "null" destinations, such as
in the default constructor for PrintWriterWithHistory.
|
Reflection |
TODO: document.
|
ReflectionSupport |
This class provides static helper methods to use reflection to check
for and invoke methods on objects.
|
ReflectionSupport.NonDeferringClassLoader |
A custom class loader used when supporting forced re-loading of
classes that contain statics that should be re-evaluated/re-
initialized fresh.
|
ReflectionSupport.ParameterSignature |
This class only represents the parameter list signature for a
method as a list of Class values.
|
StringNormalizer |
This class represents a programmable string "normalizing" engine that
can be used to convert strings into a canonical form, say, before
comparing strings for equality or something.
|
StringNormalizer.RegexNormalizerRule |
A highly reusable concrete implementation of
StringNormalizer.NormalizerRule
that applies a series of regular expression
substitutions. |
SystemIOUtilities |
A utility class that provides functions for replacing
System
I/O streams with helpful alternative implementations to make some
testing jobs easier. |
Enum | Description |
---|---|
ReflectionSupport.ParameterAcceptanceCategory |
An enumeration that represents the different categories of
parameter matching possible between a method and possible
parameters.
|
ReflectionSupport.ParameterConversionCategory |
An enumeration that represents the different kinds of conversions
supported for method invocation conversions (see JLS Section 5.3).
|
ReflectionSupport.VisibilityConstraint |
An enumeration that represents a set of constants for specifying
constraints on the visibility of a declaration.
|
StringNormalizer.StandardRule |
This enumeration defines the set of predefined transformation rules.
|
Exception | Description |
---|---|
ExitCalledException |
A specialized security exception that indicates that System.exit() was
called.
|
Error | Description |
---|---|
ReflectionSupport.ReflectionError |
A custom error class that represents any error conditions that
arise in the reflection-based methods provided by this class.
|