Class ControllerConstants
- java.lang.Object
-
- org.evomaster.client.java.controller.api.ControllerConstants
-
public class ControllerConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
BASE_PATH
static String
CONTROLLER_INFO
static String
DATABASE_COMMAND
static String
DEFAULT_CONTROLLER_HOST
static int
DEFAULT_CONTROLLER_PORT
static String
EXTRA_HEURISTICS
static String
INFO_SUT_PATH
static String
NEW_ACTION
static String
NEW_SEARCH
static String
RUN_SUT_PATH
static String
TEST_RESULTS
-
Constructor Summary
Constructors Constructor Description ControllerConstants()
-
-
-
Field Detail
-
DEFAULT_CONTROLLER_PORT
public static final int DEFAULT_CONTROLLER_PORT
- See Also:
- Constant Field Values
-
DEFAULT_CONTROLLER_HOST
public static final String DEFAULT_CONTROLLER_HOST
- See Also:
- Constant Field Values
-
BASE_PATH
public static final String BASE_PATH
- See Also:
- Constant Field Values
-
INFO_SUT_PATH
public static final String INFO_SUT_PATH
- See Also:
- Constant Field Values
-
RUN_SUT_PATH
public static final String RUN_SUT_PATH
- See Also:
- Constant Field Values
-
TEST_RESULTS
public static final String TEST_RESULTS
- See Also:
- Constant Field Values
-
CONTROLLER_INFO
public static final String CONTROLLER_INFO
- See Also:
- Constant Field Values
-
NEW_SEARCH
public static final String NEW_SEARCH
- See Also:
- Constant Field Values
-
NEW_ACTION
public static final String NEW_ACTION
- See Also:
- Constant Field Values
-
EXTRA_HEURISTICS
public static final String EXTRA_HEURISTICS
- See Also:
- Constant Field Values
-
DATABASE_COMMAND
public static final String DATABASE_COMMAND
- See Also:
- Constant Field Values
-
-