Package io.apiman.manager.test.util
Class ManagerTestUtils
- java.lang.Object
-
- io.apiman.manager.test.util.ManagerTestUtils
-
public class ManagerTestUtils extends Object
Some test util methods.- Author:
- eric.wittmann@redhat.com
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classManagerTestUtils.TestType
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ManagerTestUtils.TestTypegetTestType()static voidsetTestType(ManagerTestUtils.TestType type)
-
-
-
Field Detail
-
TEST_TYPE
public static final String TEST_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
setTestType
public static void setTestType(ManagerTestUtils.TestType type)
- Parameters:
type- the test type
-
getTestType
public static ManagerTestUtils.TestType getTestType()
- Returns:
- what 'type' of test to run
-
-