Uses of Class
org.eclipse.jdt.junit.wizards.NewTestCaseWizardPageOne.JUnitVersion
-
Packages that use NewTestCaseWizardPageOne.JUnitVersion Package Description org.eclipse.jdt.junit.wizards Application programming interfaces to implement wizards to create new JUnit testcases. -
-
Uses of NewTestCaseWizardPageOne.JUnitVersion in org.eclipse.jdt.junit.wizards
Methods in org.eclipse.jdt.junit.wizards that return NewTestCaseWizardPageOne.JUnitVersion Modifier and Type Method Description NewTestCaseWizardPageOne.JUnitVersion
NewTestCaseWizardPageOne. getJUnitVersion()
Returns the JUnit version to create the test.static NewTestCaseWizardPageOne.JUnitVersion
NewTestCaseWizardPageOne.JUnitVersion. valueOf(String name)
Returns the enum constant of this type with the specified name.static NewTestCaseWizardPageOne.JUnitVersion[]
NewTestCaseWizardPageOne.JUnitVersion. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.jdt.junit.wizards with parameters of type NewTestCaseWizardPageOne.JUnitVersion Modifier and Type Method Description void
NewTestCaseWizardPageOne. setJUnitVersion(NewTestCaseWizardPageOne.JUnitVersion version)
Specifies the JUnit version to create the test.
-