TPTP 4.3.0 Testing Tools Project
Public API Specification

org.eclipse.hyades.test.ui.wizard
Interface INewTestCaseWizard

All Superinterfaces:
org.eclipse.jface.wizard.IWizard, org.eclipse.ui.IWorkbenchWizard

Deprecated. Use ITestCaseWizard instead.

public interface INewTestCaseWizard
extends org.eclipse.ui.IWorkbenchWizard

Interface for the wizards that creates new test cases.

Since:
0.2.0

Methods inherited from interface org.eclipse.ui.IWorkbenchWizard
init
 
Methods inherited from interface org.eclipse.jface.wizard.IWizard
addPages, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, performFinish, setContainer
 


TPTP 4.3.0 Testing Tools Project
Public API Specification