Uses of Class
io.apiman.manager.test.util.ManagerTestUtils.TestType
-
Packages that use ManagerTestUtils.TestType Package Description io.apiman.manager.test.util -
-
Uses of ManagerTestUtils.TestType in io.apiman.manager.test.util
Methods in io.apiman.manager.test.util that return ManagerTestUtils.TestType Modifier and Type Method Description static ManagerTestUtils.TestTypeManagerTestUtils. getTestType()static ManagerTestUtils.TestTypeManagerTestUtils.TestType. valueOf(String name)Returns the enum constant of this type with the specified name.static ManagerTestUtils.TestType[]ManagerTestUtils.TestType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.apiman.manager.test.util with parameters of type ManagerTestUtils.TestType Modifier and Type Method Description static voidManagerTestUtils. setTestType(ManagerTestUtils.TestType type)
-