All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description Accessor<T> Provides access even to private fields, methods, constructors and inner classes, static or not, via reflection.AccessorTest Testclass for classAccessor.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 areActions.runFromMain()which runs the test class from its main method andActions.runTestClass(String)which runs a testclass with the given name.Actions.ExitAction The action of exiting the tester application.Assert<E> Extends the framework of assertions provided byjunit.framework.Assert.Assert.CmpObj Represents an ordering relation.AssumptionFailure Represents the testcase AssumptionFailure icon in JUnit.BasicTypesCompatibilityChecker Provides methods to map basic types to their wrappers, to map wrapper types to the corresponding basic types and for compatibility checks.Delete Represents an open icon.DTestHelper To create double values for tests Created: Tue Mar 20 01:05:54 2012Error Represents the testcase Error icon in JUnit.ExecuteProject Represents an open icon.ExtRunListener Extension ofRunListener, version junit 4.12.Failure Represents the testcase Failure icon in JUnit.Finder Emulates the unix shell commandfindwhich is invoked asfind [-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 inFinder.AndFilter.filtersdo 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 Filter executing a java class implementingFinder.Callablewhich passes the file received if the methodFinder.Callable.call(File)succeeds according to its return code.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 filterFinder.NegFilter.tbNegFilterdoes 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 inFinder.OrFilter.filtersdo so.Finder.Primary The most basic kind of finder: MethodFinder.path(File)returns an instance of this.Finder.Secondary A finder wrapping aFinder.Filter.GifResource Provides a single method only,GifResource.getIcon(Class), which returns the icon associated with the given class.GUIRunListener AnExtRunListenerwhich notifies the GUIGUIRunnerof the events occuring while running a testsuite and which comprises a textual run listener.GUIRunner The GUI of a JUnit test-runner.GUIRunner.HierarchyWrapper Represents the hierarchy of testsuites and testcases as a treeGUIRunner.HierarchyWrapper.hierarchyTreepossibly with a single selected node given byGUIRunner.HierarchyWrapper.singleSelectedNode.GUIRunner.Selector Minimal interface for notifying about singular selection events.GUIRunner.StackTraceLister Represents the stack trace of the throwable,GUIRunner.StackTraceLister.thrwcurrently selected in the error list.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 Represents the list of testcases already failed shown in one of the tabs and aGUIRunner.TestCaseLister.stackTraceListerwhich represents the stack trace box below the tabbed pane.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 Represents a pathGUIRunner.TreePathIterator.currPathin the tree of testsuites represented byGUIRunner.TreePathIterator.treeModel.GUIRunner.TreePathIterator.TreePathUpdater Expands the tree along the current path, forGUIRunner.TreePathIterator.TreePathUpdater.Genericafter incrementing the current path.Hammer Represents an open icon.Hierarchy Represents the testsuite hierarchy icon in JUnit.Ignored Represents the Ignored testcase icon in JUnit.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 Represents an ordinary fileJavaPath.OrdFileWrapper.fileon a file system.JavaPath.ZipEntryWrapper Represents a fileJavaPath.ZipEntryWrapper.entrywhich is an entry in a zip-fileJavaPath.ZipEntryWrapper.zipFile.JUnitSingleTester Runs a bunch of tests usingActions.runTestClass(String).Logo Represents the JUnit logo.Magnify Represents a magnify icon.New Represents the Scheduled testcase icon in JUnit.New Represents a "new" icon.NotYetImplementedException Thrown if a place in the code is reached, where implementation is not finished.Ok Represents the testcase Succeeded icon in JUnit.Open Represents an open icon.Open Represents an open icon.Quality Represents the phases in the life-cycle of aTestCasefrom beingQuality.ScheduledtoQuality.Ignoredor viaQuality.Startedto finished which means eitherQuality.Invalidated,Quality.Success,Quality.Failureor evenQuality.Error.RotCCDown Represents a RotCCDown icon resembling reload.RotCCLeft Represents a RotCCDown icon resembling reload.SeqRunListener Describe classSeqRunListenerhere.SmallLogo Represents the small JUnit logo.Stop Represents an open icon.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.