Uses of Enum Class
org.eclipse.jdt.junit.wizards.NewTestCaseWizardPageOne.JUnitVersion
Package
Description
Application programming interfaces to implement wizards to create new JUnit testcases.
-
Uses of NewTestCaseWizardPageOne.JUnitVersion in org.eclipse.jdt.junit.wizards
Modifier and TypeMethodDescriptionNewTestCaseWizardPageOne.getJUnitVersion()
Returns the JUnit version to create the test.Returns the enum constant of this class with the specified name.NewTestCaseWizardPageOne.JUnitVersion.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
NewTestCaseWizardPageOne.setJUnitVersion
(NewTestCaseWizardPageOne.JUnitVersion version) Specifies the JUnit version to create the test.