| Home >> All >> org >> eclipse >> jdt >> internal >> junit |
Package Samples:
org.eclipse.jdt.internal.junit.runner
org.eclipse.jdt.internal.junit.wizards
org.eclipse.jdt.internal.junit.ui
org.eclipse.jdt.internal.junit.refactoring
org.eclipse.jdt.internal.junit.launcher
org.eclipse.jdt.internal.junit.util
Classes:
ExceptionHandler: The default exception handler shows an error dialog when one of its handle methods is called. If the passed exception is a CoreException an error dialog pops up showing the exception's status information. For a InvocationTargetException a normal message dialog pops up showing the exception's message. Additionally the exception is written to the platform log. TO DO: this class is duplicated from org.eclipse.jdt.ui
IAboutToRunOperation: Interface to notify an page that the operation is about to run. This gives the page a chance to copy widget data into fields so that the data can be access from a ModalContextThread
JUnitMainTab: This tab appears in the LaunchConfigurationDialog for launch configurations that require Java-specific launching information such as a main type and JRE.
RemoteTestRunner: A TestRunner that reports results via a socket connection. See MessageIds for more information about the protocl.
ResourceExtender: ResourceExtender provides propertyTester(s) for IResource types for use in XML Expression Language syntax.
MethodStubsSelectionButtonGroup: A group of controls used in the JUnit TestCase and TestSuite wizards for selecting method stubs to create.
JUnitStatus: An implemention of IStatus. TO DO: Why is it duplicated, it should leverage the Status base class???
JUnitStubUtility: Utility methods for code generation. TODO: some methods are duplicated from org.eclipse.jdt.ui
CheckedTableSelectionDialog: A dialog with checked table viewer. TO DO: this class is duplicated from org.eclipse.jdt.ui
RemoteTestRunnerClient: The client side of the RemoteTestRunner. Handles the marshaling of the different messages.
JUnitPreferencePage: Preference page for JUnit settings. Supports to define the failure stack filter patterns.
TabFolderLayout: Layout that fixes an SWT limitation on Motif TODO: check whether this is still required
IJUnitPreferencesConstants: Defines constants which are used to refer to values in the plugin's preference store.
SWTUtil: Utility class to simplify access to some SWT resources. (copied from jdt ui)
TestSelectionDialog: A dialog to select a test class or a test suite from a list of types.
ITestRunListener3: Extends ITestRunListener2 with a call back to trace the test contents
UpdateTestSuite: An object contribution action that updates existing AllTests classes.
NewTestSuiteCreationWizardPage: Wizard page to select the test classes to include in the test suite.
ITestRunListener2: Extends ITestRunListener with a call back to trace the test contents
ProgressImages: Manages a set of images that can show progress in the image itself.
CounterPanel: A panel with counters for the number of Runs, Errors and Failures.
JUnitProgressBar: A progress bar with a red/green indication for success or failure.
| Home | Contact Us | Privacy Policy | Terms of Service |