Uses of Class
de.xima.fc.e2e.shared.ETestCaseSetupMethod
-
Packages that use ETestCaseSetupMethod Package Description de.xima.fc.e2e.common de.xima.fc.e2e.shared -
-
Uses of ETestCaseSetupMethod in de.xima.fc.e2e.common
Methods in de.xima.fc.e2e.common that return ETestCaseSetupMethod Modifier and Type Method Description ETestCaseSetupMethod
ServerTestCleanupParams. getSetupMethod()
ETestCaseSetupMethod
ServerTestSetupParams. getSetupMethod()
Constructors in de.xima.fc.e2e.common with parameters of type ETestCaseSetupMethod Constructor Description ServerTestCleanupParams(ETestCaseSetupMethod setupMethod, FormcycleSetupResult formcycleSetupResult)
ServerTestSetupParams(ETestCaseSetupMethod setupMethod, URI setupRoot, String contextUrl, String contextPath, MailServerSettings mailServerSettings)
-
Uses of ETestCaseSetupMethod in de.xima.fc.e2e.shared
Methods in de.xima.fc.e2e.shared that return ETestCaseSetupMethod Modifier and Type Method Description static ETestCaseSetupMethod
ETestCaseSetupMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static ETestCaseSetupMethod
ETestCaseSetupMethod. valueOfOrNull(String value)
static ETestCaseSetupMethod[]
ETestCaseSetupMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-