Uses of Enum Class
org.eclipse.jdt.junit.wizards.NewTestCaseWizardPageOne.JUnitVersion
Packages that use 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
Methods in org.eclipse.jdt.junit.wizards that return NewTestCaseWizardPageOne.JUnitVersionModifier 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.Methods in org.eclipse.jdt.junit.wizards with parameters of type NewTestCaseWizardPageOne.JUnitVersionModifier and TypeMethodDescriptionvoid
NewTestCaseWizardPageOne.setJUnitVersion
(NewTestCaseWizardPageOne.JUnitVersion version) Specifies the JUnit version to create the test.