All Classes Interface Summary Class Summary Enum Summary Exception Summary
| Class |
Description |
| AbstractMultiSet<MAP extends java.util.Map<T,MultiSet.Multiplicity>,T> |
Represents an abstract MultiSet based on a Map.
|
| AbstractMultiSet.MultiplicityImpl |
|
| AbstractMultiSet.MultiSetIteratorImpl<T> |
|
| Accessor<T> |
Provides access even to private fields, methods, constructors
and inner classes, static or not, via reflection.
|
| AccessorTest |
Testclass for class Accessor.
|
| AccessorTest.ForTests |
|
| AccessorTest.ForTestsB |
|
| AccessorTest.Static |
|
| AccessorTest.Static.Static2 |
|
| AccessorTest.TestAll |
|
| Actions |
Represents the actions of the test GUI inspired by old junit GUI.
**** Moreover provides a wrapper to access junit
and the access point to run the gui started from the class to be tested.
****
The fundamental methods are Actions.runFromMain()
which runs the test class from its main method
and Actions.runTestClass(String) which runs a testclass with the given name.
|
| Actions.ExitAction |
The action of exiting the tester application.
|
| ArraysExt<E> |
An add on to the class Arrays.
|
| ArraysExt.ArrayComparator<O> |
Comparator class
which implements a kind of lexical ordering on arrays
based on the ordering of the components
defined by atomic.
|
| Assert<E> |
Extends the framework of assertions
provided by junit.framework.Assert.
|
| Assert.CmpObj |
Represents an ordering relation.
|
| AttributesImpl |
An **** partial **** implementation
of the SAX-interface Attributes
which allows attributes without values using AttributesImpl.NO_VALUE.
|
| BasicTypesCompatibilityChecker |
Provides methods to map basic types to their wrappers,
to map wrapper types to the corresponding basic types
and for compatibility checks.
|
| BitSetList |
Implements a list of integers 0 and 1
stored as bits in a BitSet.
|
| Caster |
Provides ways to transform instances of various classes into one another.
|
| Caster.Trivial |
This is a trivial caster.
|
| CollectionsExt<E> |
An add on of the core class Collections.
|
| CollectionsExt.AbstractImmutableCollection<C extends java.util.Collection<E>,E> |
A class of Collections of elements of class E
extending C
initially throwing an UnsupportedOperationException
when trying to modify the collection
either directly or via its iterator(s)
or via a transparent view
like List.subList(int, int).
|
| CollectionsExt.AbstractImmutableMultiSet<C extends MultiSet<E>,E> |
A MultiSet which prevents being modified
by throwing an exception for the modifying methods.
|
| CollectionsExt.ImmutableCollection<E> |
A collection which prevents being modified
by throwing an exception for the modifying methods.
|
| CollectionsExt.ImmutableCyclicList<E> |
Represents an immutable cyclic list
by throwing an exception
when invoking a method which modifies this list.
|
| CollectionsExt.ImmutableList<E> |
A list which prevents being modified
by throwing an exception for the modifying methods.
|
| CollectionsExt.ImmutableMultiplicity |
An immutable implementation of the multiplicity interface.
|
| CollectionsExt.ImmutableMultiSet<E> |
A multi-set which prevents being modified
by throwing an exception for the modifying methods.
|
| CollectionsExt.ImmutableSet<E> |
A set which prevents being modified
by throwing an exception for the modifying methods.
|
| CollectionsExt.ImmutableSortedMultiSet<E> |
A sorted multi-set which prevents being modified
by throwing an exception for the modifying methods.
|
| CollectionsExt.ImmutableSortedSet<E> |
A sorted set which prevents being modified
by throwing an exception for the modifying methods.
|
| CollectionsExt.Modification |
Enumerates the kinds of modifications on a Collection.
|
| CollectionsExt.NonModifyingCyclicIterator<E> |
An interator which prevents modification on the underlying list,
by throwing an exception for the modifying methods.
|
| Comparators<E> |
Collection of static methods related with Comparators.
|
| Comparators.AsListed<E> |
|
| Comparators.Cascade<E> |
Represents a comparator which is a cascade of comparators:
Starting with the first comparator in Comparators.Cascade.seq
asks the next comparator if the current one detects equality.
|
| CyclicArrayList<E> |
Resizable-array implementation of the CyclicList interface.
|
| CyclicArrayList.CyclicArrayIterator<E> |
|
| CyclicArrayList.StateIter |
Enumeration of the state of an iterator.
|
| CyclicIterator<E> |
|
| CyclicList<E> |
An ordered cyclic list.
|
| DataModel |
Enumerates categories of data models
and determines the current data model.
|
| DetOs |
Enumerates the most important operating system
and determines the current operating system.
|
| DTestHelper |
To create double values for tests
Created: Tue Mar 20 01:05:54 2012
|
| EmptyCyclicListException |
|
| ExtRunListener |
|
| FIFOList<E> |
The FIFOList class represents a first-in-first-out (FIFO) stack of objects.
|
| Finder |
Emulates the unix shell command find which is invoked as
find [-H] [-L] [-P] [-Olevel]
[-D help|tree|search|stat|rates|opt|exec] [path...]
|
| Finder.AndFilter |
One of the logical operations of filters:
Returns a filter which passes a file
iff all original filters in Finder.AndFilter.filters do so.
|
| Finder.Callable |
To be implemented by java classes to apply a filter to a file
and give feedback whether this filter succeeded.
|
| Finder.ExecFilter |
Filter executing a shell command and passes the file received
if the shell command succeeds according to its return code.
|
| Finder.ExecJavaFilter |
|
| Finder.Filter |
Represents a file filter.
|
| Finder.NameFilter |
Filters files by name.
|
| Finder.NegFilter |
One of the logical operations of filters:
Returns a filter which passes a file
iff the original filter Finder.NegFilter.tbNegFilter does not.
|
| Finder.OrFilter |
One of the logical operations of filters:
Returns a filter which passes a file
iff at least one of the original filters in Finder.OrFilter.filters do so.
|
| Finder.Primary |
|
| Finder.Secondary |
|
| GUIRunListener |
An ExtRunListener which notifies the GUI GUIRunner
of the events occuring while running a testsuite
and which comprises a textual run listener.
|
| GUIRunner |
The GUI of a JUnit test-runner.
|
| GUIRunner.HierarchyWrapper |
|
| GUIRunner.Selector |
Minimal interface for notifying about singular selection events.
|
| GUIRunner.StackTraceLister |
|
| GUIRunner.StatisticsTestState |
Represents the table displaying the number of runs,
both, passed and to be performed altogether,
the tests already ignored and those a failure or an error was found.
|
| GUIRunner.TabChangeListener |
A listener to the switching of a tab in the foreground;
the other in the background.
|
| GUIRunner.TestCaseLister |
|
| GUIRunner.TestListCellRenderer |
A special renderer object
consisting of a label and a location within java code
for an item in a failure list.
|
| GUIRunner.TestListCellRenderer.XLabel |
A special kind of label which fires only change in the text
and which allows to set details: selection and focus.
|
| GUIRunner.TestProgressBar |
The progress bar indicating how much of the testcases already passed.
|
| GUIRunner.TestTreeCellRenderer |
To render a cell of the hierarchy tree.
|
| GUIRunner.TreePathIterator |
|
| GUIRunner.TreePathIterator.TreePathUpdater |
|
| HashMultiSet<T> |
Represents a set with multiplicities based on a HashMap.
|
| JavaPath |
Represents a path to find class and source files on.
|
| JavaPath.ClsSrc |
Determines whether a class file or a source file is meant.
|
| JavaPath.FileWrapper |
Wrapps a file directly found within a directory
or within a zip-archive which also includes jar-archives.
|
| JavaPath.OrdFileWrapper |
|
| JavaPath.ZipEntryWrapper |
|
| JUnitSingleTester |
|
| ListMap<K,V> |
A SortedMap with ordering
given by the ordering by which the keys are added.
|
| ListSet<E> |
This class implements the Set interface,
backed by a java.util.ArrayList.
|
| MultiSet<T> |
Represents a set with multiplicities.
|
| MultiSet.Multiplicity |
Represents the multiplicity of an entry of the enclosing multi-set.
|
| MultiSetIterator<E> |
Generalization of iterator suitable e.g. for sets to MultiSets.
|
| NotYetImplementedException |
Thrown if a place in the code is reached,
where implementation is not finished.
|
| ParseExceptionHandler |
Rudimentary Handler for SAXParseExceptions:
The idea is that for html-parsers one needs a notify
rather than throwing an exception as it is appropriate for xml.
|
| ParseExceptionHandler.Impl |
Trivial implementation for enclosing interface.
|
| Quality |
|
| RealRepresentation |
Describes the representation of a real value,
which may be either a double, resp. a Double-value
or a BigDecimal for use in tables.
|
| RealRepresentation.BigDecimalRep |
Describes the representation of a BigDecimal-value.
|
| RealRepresentation.Cutter |
A Cutter is used to shorten numbers.
|
| RealRepresentation.Desc |
Describes the way
the real number represented by RealRepresentation
is displayed as a string.
|
| RealRepresentation.DoubleRep |
Describes the representation of a double, resp. a Double-value.
|
| RealRepresentation.Number2SignUnsigned |
Container for number splitted into sign and unsigned.
|
| ReportContentHandler |
A ContentHandler which reports certain events
to System.out.
|
| SavingHandler |
|
| SeqRunListener |
Describe class SeqRunListener here.
|
| SGMLFilter |
A ContentHandler wrapping another ContentHandler
which filters information
in a way that is useful/necessary for html-parsers:
turn tags into lower case.
|
| SGMLParser |
A rudimentary SGML parser with something like a SAX-api.
|
| SGMLParser.Buffer |
Class which buffers the read stream.
|
| SGMLParser.CharTester |
Provides a single method which decides whether the given character
passes a certain test.
|
| SGMLParser.SpecCharTester |
A CharTester which allows to specify
the character which passes the test.
|
| SGMLParser.TrivialContentHandler |
A ContentHandler which simply ignores all events.
|
| SGMLParser.XMLsGMLspecifica |
Provides a bunch of methods fpr parsing
with implementations specific to xml and sgml.
|
| SoftEnum<E extends SoftEnum<E>> |
This class is inspired by Enum
and is intended as common base class of classes we shall call 'soft enums'.
|
| SortedMultiSet<T> |
Represents a sorted set with multiplicities.
|
| StringPool |
Provides various strings used in various classes,
e.g. in messages.
|
| Strings |
Collection of static methods related to strings.
|
| SwingWorker |
This is the 3rd version of SwingWorker (also known as
SwingWorker 3), an abstract class that you subclass to
perform GUI-related work in a dedicated thread.
|
| SwingWorker.ThreadVar |
Class to maintain reference to current worker thread
under separate synchronization control.
|
| TestCase |
Represents a test which may be a singular case or a suite
during its lifetime
from being scheduled to having runned successfully or not.
|
| TestCaseClassLoader |
A custom class loader which allows to reload classes for each test run.
|
| TextRunListener |
A simple RunListener which notifies of the events while running tests
by text output.
|
| TreeMultiSet<T> |
Represents a sorted set with multiplicities based on a TreeMap.
|
| TwoSidedList<E> |
Compared to a classical list,
the first index of this list may well be positive
and negative indices are allowed as well.
|
| TwoSidedList.Direction |
Used as an argument for methods adding or removing elements
from this list
to determine in which direction this list has to shrink or grow.
|
| VMArgs |
|