| Package | Description |
|---|---|
| org.evosuite |
| Modifier and Type | Field and Description |
|---|---|
static Properties.Algorithm |
Properties.ALGORITHM
Constant
ALGORITHM |
static String |
Properties.ALL_GOALS_FILE
Constant
ALL_GOALS_FILE="all.goals" |
static Properties.AlternativeFitnessCalculationMode |
Properties.ALTERNATIVE_FITNESS_CALCULATION_MODE
Constant
ALTERNATIVE_FITNESS_CALCULATION_MODE |
static String |
Properties.ANALYSIS_CRITERIA |
static int |
Properties.ARRAY_LIMIT
Constant
ARRAY_LIMIT=1000000 |
static double |
Properties.ASSERTION_MINIMIZATION_FALLBACK |
static double |
Properties.ASSERTION_MINIMIZATION_FALLBACK_TIME |
static Properties.AssertionStrategy |
Properties.ASSERTION_STRATEGY
Constant
ASSERTION_STRATEGY |
static int |
Properties.ASSERTION_TIMEOUT |
static boolean |
Properties.ASSERTIONS
Constant
ASSERTIONS=false |
static int |
Properties.BLOAT_FACTOR
Constant
BLOAT_FACTOR=2 |
static boolean |
Properties.BRANCH_COMPARISON_TYPES |
static boolean |
Properties.BRANCH_EVAL
Constant
BRANCH_EVAL=false |
static boolean |
Properties.BRANCH_STATEMENT
Constant
BRANCH_STATEMENT=false |
static boolean |
Properties.BREAK_ON_EXCEPTION
Constant
BREAK_ON_EXCEPTION=true |
static double |
Properties.CALL_PROBABILITY
Constant
CALL_PROBABILITY=0.0 |
static boolean |
Properties.CARVE_OBJECT_POOL |
static int |
Properties.CARVING_TIMEOUT |
static boolean |
Properties.CATCH_UNDECLARED_EXCEPTIONS |
static boolean |
Properties.CHECK_BEST_LENGTH
Constant
CHECK_BEST_LENGTH=true |
static boolean |
Properties.CHECK_CONTRACTS
Constant
CHECK_CONTRACTS=false |
static boolean |
Properties.CHECK_CONTRACTS_END
Constant
CHECK_CONTRACTS_END=false |
static boolean |
Properties.CHECK_MAX_LENGTH
Constant
CHECK_MAX_LENGTH=true |
static boolean |
Properties.CHECK_PARENTS_LENGTH
Constant
CHECK_PARENTS_LENGTH=false |
static boolean |
Properties.CHOP_CARVED_EXCEPTIONS |
static boolean |
Properties.CHOP_MAX_LENGTH |
static int |
Properties.CHROMOSOME_LENGTH
Constant
CHROMOSOME_LENGTH=40 |
static String[] |
Properties.CLASSPATH
Constant
CLASSPATH="new String[] { }" |
static boolean |
Properties.CLIENT_ON_THREAD
Constant
CLIENT_ON_THREAD=false |
static int |
Properties.CLUSTER_RECURSION |
static double |
Properties.CONCOLIC_MUTATION
Deprecated.
|
static int |
Properties.CONCOLIC_TIMEOUT |
static String |
Properties.CONFIGURATION_ID
Constant
CONFIGURATION_ID=null |
static String |
Properties.CONNECTION_DATA
Constant
CONNECTION_DATA="connection.xml" |
static boolean |
Properties.CONSIDER_MAIN_METHODS |
static int |
Properties.CONSTRAINT_SOLUTION_ATTEMPTS |
static boolean |
Properties.COVERAGE
Constant
COVERAGE=true |
static boolean |
Properties.COVERAGE_MATRIX
Constant
COVERAGE_MATRIX=false |
static String |
Properties.COVERAGE_MATRIX_FILENAME
Constant
COVERAGE_MATRIX_FILENAME=matrix |
static String |
Properties.COVERED_GOALS_FILE
Constant
COVERED_GOALS_FILE="covered.goals" |
static String |
Properties.CP
Constant
CP="" |
static String |
Properties.CP_FILE_PATH |
static boolean |
Properties.CPU_TIMEOUT
Constant
CPU_TIMEOUT=false |
static Properties.Criterion[] |
Properties.CRITERION
Constant
CRITERION |
static Properties.CrossoverFunction |
Properties.CROSSOVER_FUNCTION
Constant
CROSSOVER_FUNCTION |
static double |
Properties.CROSSOVER_RATE
Constant
CROSSOVER_RATE=0.75 |
static String |
Properties.CTG_BESTS_DIR_NAME |
static int |
Properties.CTG_CORES |
static Integer |
Properties.CTG_DEBUG_PORT |
static boolean |
Properties.CTG_DELETE_OLD_TMP_FOLDERS |
static String |
Properties.CTG_DIR |
static String |
Properties.CTG_EXPORT_FOLDER |
static String |
Properties.CTG_EXTRA_ARGS |
static String |
Properties.CTG_GENERATION_DIR_PREFIX |
static String |
Properties.CTG_HISTORY_FILE |
static int |
Properties.CTG_MEMORY |
static int |
Properties.CTG_MIN_TIME_PER_JOB |
static String |
Properties.CTG_PROJECT_INFO |
static Properties.AvailableSchedule |
Properties.CTG_SCHEDULE |
static String |
Properties.CTG_SEEDS_DIR_NAME |
static String |
Properties.CTG_SEEDS_EXT |
static String |
Properties.CTG_SEEDS_FILE_IN |
static String |
Properties.CTG_SEEDS_FILE_OUT |
static String |
Properties.CTG_SELECTED_CUTS |
static String |
Properties.CTG_SELECTED_CUTS_FILE_LOCATION |
static int |
Properties.CTG_TIME |
static Integer |
Properties.CTG_TIME_PER_CLASS |
static String |
Properties.CTG_TMP_LOGS_DIR_NAME |
static String |
Properties.CTG_TMP_POOLS_DIR_NAME |
static String |
Properties.CTG_TMP_REPORTS_DIR_NAME |
static String |
Properties.CTG_TMP_TESTS_DIR_NAME |
static String |
Properties.CVC4_PATH |
static boolean |
Properties.DEBUG
Constant
DEBUG=false |
static boolean |
Properties.DEFUSE_ALIASES |
static boolean |
Properties.DEFUSE_DEBUG_MODE
Constant
DEFUSE_DEBUG_MODE=false |
static double |
Properties.DOUBLE_PRECISION |
static double |
Properties.DSE_CONSTANT_PROBABILITY |
static int |
Properties.DSE_CONSTRAINT_LENGTH
Constant
DSE_CONSTRAINT_LENGTH=100000 |
static long |
Properties.DSE_CONSTRAINT_SOLVER_TIMEOUT_MILLIS
Constant
DSE_CONSTRAINT_SOLVER_TIMEOUT_MILLIS=0 |
static boolean |
Properties.DSE_KEEP_ALL_TESTS
Deprecated.
|
static boolean |
Properties.DSE_NEGATE_ALL_CONDITIONS
Constant
DSE_NEGATE_ALL_CONDITIONS=false |
static double |
Properties.DSE_PROBABILITY |
static boolean |
Properties.DSE_RANK_BRANCH_CONDITIONS
Constant
DSE_RANK_BRANCH_CONDITIONS=false |
static Properties.SolverType |
Properties.DSE_SOLVER |
static int |
Properties.DSE_VARIABLE_RESETS
Constant
DSE_VARIABLE_RESETS=1 |
static boolean |
Properties.DYNAMIC_LIMIT
Constant
DYNAMIC_LIMIT=false |
static double |
Properties.DYNAMIC_POOL
Constant
DYNAMIC_POOL=0.5 |
static int |
Properties.DYNAMIC_POOL_SIZE
Constant
DYNAMIC_POOL_SIZE=50 |
static boolean |
Properties.DYNAMIC_SEEDING
Deprecated.
|
static boolean |
Properties.ECLIPSE_PLUGIN
Constant
ECLIPSE_PLUGIN=false |
static int |
Properties.ELITE
Constant
ELITE=1 |
static boolean |
Properties.ENABLE_ALTERNATIVE_FITNESS_CALCULATION
Constant
ENABLE_ALTERNATIVE_FITNESS_CALCULATION=false |
static boolean |
Properties.ENABLE_ALTERNATIVE_SUITE_FITNESS
Constant
ENABLE_ALTERNATIVE_FITNESS_CALCULATION=false |
static boolean |
Properties.ENABLE_ASSERTS_FOR_EVOSUITE
Constant
ENABLE_ASSERTS_FOR_EVOSUITE=false |
static boolean |
Properties.ENABLE_ASSERTS_FOR_SUT
Constant
ENABLE_ASSERTS_FOR_SUT=true |
static int |
Properties.ENABLE_SECONDARY_OBJECTIVE_AFTER |
static boolean |
Properties.ENABLE_SECONDARY_OBJECTIVE_STARVATION |
static double |
Properties.EPSILON
Deprecated.
|
static double |
Properties.EPSON
Constant
EPSON=0.01 |
static boolean |
Properties.ERROR_BRANCHES |
static boolean |
Properties.EVOSUITE_USE_UISPEC
Constant
EVOSUITE_USE_UISPEC=false |
static boolean |
Properties.EXCEPTION_BRANCHES
Constant
ERROR_BRANCHES=false |
static boolean |
Properties.EXCLUDE_IBRANCHES_CUT
Constant
CONNECTION_DATA="connection.xml" |
static int |
Properties.EXTRA_TIMEOUT |
static boolean |
Properties.FILTER_ASSERTIONS |
static boolean |
Properties.FILTER_SANDBOX_TESTS |
static float |
Properties.FLOAT_PRECISION |
static int |
Properties.FUNCTIONAL_MOCKING_INPUT_LIMIT |
static double |
Properties.FUNCTIONAL_MOCKING_PERCENT |
static int |
Properties.GLOBAL_TIMEOUT
Constant
GLOBAL_TIMEOUT=600 |
static String |
Properties.GROUP_ID
Constant
GROUP_ID="none" |
static boolean |
Properties.HANDLE_SERVLETS |
static boolean |
Properties.HANDLE_STATIC_FIELDS
Constant
HANDLE_STATIC_FIELDS=false |
static boolean |
Properties.HEADLESS_CHICKEN_TEST
Constant
HEADLESS_CHICKEN_TEST=false |
static boolean |
Properties.HEADLESS_MODE |
static String |
Properties.HIERARCHY_DATA
Constant
HIERARCHY_DATA="hierarchy.xml" |
static boolean |
Properties.IGNORE_MISSING_STATISTICS |
static String[] |
Properties.IGNORE_THREADS |
static String |
Properties.INHERITANCE_FILE
Constant
INHERITANCE_FILE="" |
static int |
Properties.INITIALIZATION_TIMEOUT |
static boolean |
Properties.INLINE
Constant
INLINE=false |
static double |
Properties.INSERTION_ENVIRONMENT |
static double |
Properties.INSERTION_PARAMETER |
static int |
Properties.INSERTION_SCORE_OBJECT
Constant
INSERTION_SCORE_OBJECT=1 |
static int |
Properties.INSERTION_SCORE_PARAMETER
Constant
INSERTION_SCORE_PARAMETER=1 |
static int |
Properties.INSERTION_SCORE_UUT
Constant
INSERTION_SCORE_UUT=1 |
static double |
Properties.INSERTION_UUT |
static boolean |
Properties.INSTRUMENT_CONTEXT |
static boolean |
Properties.INSTRUMENT_LIBRARIES |
static boolean |
Properties.INSTRUMENT_METHOD_CALLS |
static boolean |
Properties.INSTRUMENT_PARENT
Constant
INSTRUMENT_PARENT=false |
static boolean |
Properties.INSTRUMENTATION_SKIP_DEBUG
Constant
INSTRUMENTATION_SKIP_DEBUG=false |
static boolean |
Properties.IS_RUNNING_A_SYSTEM_TEST |
static boolean |
Properties.JEE |
static boolean |
Properties.JMC |
static String |
Properties.JUNIT
Constant
JUNIT="" |
static boolean |
Properties.JUNIT_CHECK |
static boolean |
Properties.JUNIT_CHECK_ON_SEPARATE_PROCESS
Deprecated.
|
static int |
Properties.JUNIT_CHECK_TIMEOUT |
static String |
Properties.JUNIT_EXTEND
TODO: this functionality is not implemented yet
|
static String |
Properties.JUNIT_FAILED_SUFFIX |
static boolean |
Properties.JUNIT_STRICT
Constant
JUNIT_STRICT=false |
static String |
Properties.JUNIT_SUFFIX |
static boolean |
Properties.JUNIT_TESTS
Constant
JUNIT_TESTS=true |
static String |
Properties.JUNIT_THEORIES |
static boolean |
Properties.KEEP_REGRESSION_ARCHIVE
Constant
KEEP_REGRESSION_ARCHIVE |
static double |
Properties.KINCOMPENSATION
Constant
KINCOMPENSATION=1.0 |
static int |
Properties.LM_ITERATIONS
Constant
LM_ITERATIONS = 1000 |
static MutationType |
Properties.LM_MUTATION_TYPE
Constant
LM_ITERATIONS = MutationType.LANGMODEL |
static String |
Properties.LM_SRC
Constant
LM_SRC=false |
static boolean |
Properties.LM_STRINGS
Constant
LM_STRINGS=false |
static double |
Properties.LOCAL_SEARCH_ADAPTATION_RATE |
static boolean |
Properties.LOCAL_SEARCH_ARRAYS |
static long |
Properties.LOCAL_SEARCH_BUDGET |
static Properties.LocalSearchBudgetType |
Properties.LOCAL_SEARCH_BUDGET_TYPE
Constant
LOCAL_SEARCH_BUDGET_TYPE |
static Properties.DSEType |
Properties.LOCAL_SEARCH_DSE |
static boolean |
Properties.LOCAL_SEARCH_ENSURE_DOUBLE_EXECUTION |
static boolean |
Properties.LOCAL_SEARCH_EXPAND_TESTS |
static boolean |
Properties.LOCAL_SEARCH_PRIMITIVES |
static double |
Properties.LOCAL_SEARCH_PROBABILITY |
static int |
Properties.LOCAL_SEARCH_PROBES
Constant
LOCAL_SEARCH_PROBES=10 |
static int |
Properties.LOCAL_SEARCH_RATE
Constant
LOCAL_SEARCH_RATE=-1 |
static boolean |
Properties.LOCAL_SEARCH_REFERENCES |
static boolean |
Properties.LOCAL_SEARCH_RESTORE_COVERAGE |
static boolean |
Properties.LOCAL_SEARCH_SELECTIVE
Deprecated.
|
static boolean |
Properties.LOCAL_SEARCH_SELECTIVE_PRIMITIVES |
static boolean |
Properties.LOCAL_SEARCH_STRINGS |
static boolean |
Properties.LOG_GOALS
Constant
LOG_GOALS=false |
static String |
Properties.LOG_LEVEL |
static String |
Properties.LOG_TARGET |
static boolean |
Properties.LOG_TIMEOUT
Constant
LOG_TIMEOUT=false |
static boolean |
Properties.MAKE_ACCESSIBLE
Deprecated.
|
static int |
Properties.MAX_ARRAY
Constant
MAX_ARRAY=10 |
static int |
Properties.MAX_ATTEMPTS
Constant
MAX_ATTEMPTS=1000 |
static int |
Properties.MAX_COVERAGE_DEPTH
Constant
MAX_COVERAGE_DEPTH=-1 |
static int |
Properties.MAX_DELTA
Constant
MAX_DELTA=20 |
static int |
Properties.MAX_GENERIC_DEPTH |
static int |
Properties.MAX_INITIAL_TESTS
Constant
MAX_INITIAL_TESTS=10 |
static int |
Properties.MAX_INT
Constant
MAX_INT=2048 |
static int |
Properties.MAX_LENGTH
Constant
MAX_LENGTH=0 |
static int |
Properties.MAX_LENGTH_TEST_CASE
Constant
MAX_LENGTH_TEST_CASE=0 |
static long |
Properties.MAX_LOOP_ITERATIONS |
static int |
Properties.MAX_MUTANTS
Constant
MAX_MUTANTS=100 |
static int |
Properties.MAX_MUTANTS_PER_CLASS |
static int |
Properties.MAX_MUTANTS_PER_METHOD |
static int |
Properties.MAX_MUTANTS_PER_TEST |
static int |
Properties.MAX_RECURSION
Constant
MAX_RECURSION=10 |
static int |
Properties.MAX_REPLACE_MUTANTS |
static int |
Properties.MAX_SIZE
Constant
MAX_SIZE=100 |
static int |
Properties.MAX_STALLED_THREADS
Constant
MAX_STALLED_THREADS=10 |
static int |
Properties.MAX_STARTED_THREADS |
static int |
Properties.MAX_STRING |
static int |
Properties.MIN_FREE_MEM
Constant
MIN_FREE_MEM=50 * 1000 * 1000 |
static int |
Properties.MIN_INITIAL_TESTS
Constant
MIN_INITIAL_TESTS=1 |
static int |
Properties.MINIMIZATION_TIMEOUT
Constant
MINIMIZATION_TIMEOUT=600 |
static boolean |
Properties.MINIMIZE
Constant
MINIMIZE=true |
static boolean |
Properties.MINIMIZE_OLD
Deprecated.
|
static boolean |
Properties.MINIMIZE_SECOND_PASS
Constant
MINIMIZE_SECOND_PASS=true |
static boolean |
Properties.MINIMIZE_SKIP_COINCIDENTAL
Constant
MINIMIZE_SKIP_COINCIDENTAL=true |
static boolean |
Properties.MINIMIZE_SORT
Constant
MINIMIZE_SORT=true |
static boolean |
Properties.MINIMIZE_STRINGS
Constant
MINIMIZE_STRINGS=true |
static boolean |
Properties.MINIMIZE_VALUES
Constant
MINIMIZE_VALUES=false |
static boolean |
Properties.MOCK_IF_NO_GENERATOR |
static int |
Properties.MUTATION_GENERATIONS
Constant
MUTATION_GENERATIONS=10 |
static double |
Properties.MUTATION_RATE
Constant
MUTATION_RATE=0.75 |
static int |
Properties.MUTATION_TIMEOUTS
Constant
MUTATION_TIMEOUTS=3 |
static boolean |
Properties.NEW_OBJECT_SELECTION |
static boolean |
Properties.NEW_STATISTICS |
static boolean |
Properties.NO_RUNTIME_DEPENDENCY |
static double |
Properties.NULL_PROBABILITY
Constant
NULL_PROBABILITY=0.1 |
static int |
Properties.NUM_RANDOM_TESTS |
static int |
Properties.NUM_TESTS
Constant
NUM_TESTS=2 |
static int |
Properties.NUMBER_OF_MUTATIONS
Constant
NUMBER_OF_MUTATIONS=1 |
static String |
Properties.OBJECT_POOLS |
static double |
Properties.OBJECT_REUSE_PROBABILITY
Constant
OBJECT_REUSE_PROBABILITY=0.9 |
static String |
Properties.OUTPUT_DIR
Constant
OUTPUT_DIR="evosuite-files" |
static Properties.OutputGranularity |
Properties.OUTPUT_GRANULARITY
Constant
OUTPUT_GRANULARITY |
static String |
Properties.OUTPUT_VARIABLES
Constant
OUTPUT_VARIABLES=null |
static double |
Properties.P_CHANGE_PARAMETER
Constant
P_CHANGE_PARAMETER=0.1 |
static double |
Properties.P_FUNCTIONAL_MOCKING |
static double |
Properties.P_OBJECT_POOL
Constant
OBJECT_POOL=0.0 |
static double |
Properties.P_REFLECTION_ON_PRIVATE |
static double |
Properties.P_SPECIAL_TYPE_CALL |
static double |
Properties.P_STATEMENT_INSERTION
Constant
P_STATEMENT_INSERTION=0.5 |
static double |
Properties.P_TEST_CHANGE
Constant
P_TEST_CHANGE=1d / 3d |
static double |
Properties.P_TEST_DELETE
Constant
P_TEST_DELETE=1d / 3d |
static double |
Properties.P_TEST_INSERT
Constant
P_TEST_INSERT=1d / 3d |
static double |
Properties.P_TEST_INSERTION
Constant
P_TEST_INSERTION=0.1 |
static boolean |
Properties.PARENT_CHECK
Constant
PARENT_CHECK=true |
static boolean |
Properties.PLOT
Constant
PLOT=false |
static int |
Properties.POPULATION
Constant
POPULATION=50 |
static Properties.PopulationLimit |
Properties.POPULATION_LIMIT
Constant
POPULATION_LIMIT |
static int |
Properties.PORT
Constant
PORT=1044 |
static double |
Properties.PRIMITIVE_POOL
Constant
PRIMITIVE_POOL=0.5 |
static double |
Properties.PRIMITIVE_REUSE_PROBABILITY
Constant
PRIMITIVE_REUSE_PROBABILITY=0.5 |
static boolean |
Properties.PRINT_COVERED_GOALS
Constant
PRINT_COVERED_GOALS=false |
static boolean |
Properties.PRINT_CURRENT_GOALS
Constant
PRINT_CURRENT_GOALS=false |
static boolean |
Properties.PRINT_GOALS
Constant
PRINT_GOALS=false |
static boolean |
Properties.PRINT_MISSED_GOALS
Constant
PRINT_MISSED_GOALS=false |
static boolean |
Properties.PRINT_TO_SYSTEM
Constant
PRINT_TO_SYSTEM=false |
static int |
Properties.PROCESS_COMMUNICATION_PORT
Constant
PROCESS_COMMUNICATION_PORT=-1 |
static String |
Properties.PROFILE |
static String |
Properties.PROJECT_DIR
Constant
PROJECT_DIR="null" |
static String |
Properties.PROJECT_PREFIX
Constant
PROJECT_PREFIX="null" |
static boolean |
Properties.PURE_EQUALS |
static boolean |
Properties.PURE_INSPECTORS |
static double |
Properties.RANDOM_PERTURBATION
Constant
RANDOM_PERTURBATION=0.2 |
static Long |
Properties.RANDOM_SEED
Constant
RANDOM_SEED |
static int |
Properties.RANDOM_TESTS
Constant
RANDOM_TESTS=0 |
static boolean |
Properties.RANDOMIZE_DIFFICULTY
Constant
RANDOMIZE_DIFFICULTY=true |
static double |
Properties.RANK_BIAS
Constant
RANK_BIAS=1.7 |
static Properties.RankingType |
Properties.RANKING_TYPE |
static boolean |
Properties.RECYCLE_CHROMOSOMES
Constant
RECYCLE_CHROMOSOMES=true |
static double |
Properties.REFLECTION_START_PERCENT |
static int |
Properties.REGRESSION_ANALYSIS_BRANCHDISTANCE
Constant
REGRESSION_ANALYSIS_BRANCHDISTANCE |
static int |
Properties.REGRESSION_ANALYSIS_COMBINATIONS
Constant
REGRESSION_ANALYSIS_COMBINATIONS |
static int |
Properties.REGRESSION_ANALYSIS_OBJECTDISTANCE
Constant
REGRESSION_ANALYSIS_OBJECTDISTANCE |
static boolean |
Properties.REGRESSION_ANALYZE
Constant
REGRESSION_ANALYZE |
static boolean |
Properties.REGRESSION_BRANCH_DISTANCE
Constant
REGRESSION_BRANCH_DISTANCE |
static boolean |
Properties.REGRESSION_DIFFERENT_BRANCHES
Deprecated.
|
static boolean |
Properties.REGRESSION_DISABLE_SPECIAL_ASSERTIONS
Constant
REGRESSION_DISABLE_SPECIAL_ASSERTIONS |
static boolean |
Properties.REGRESSION_DIVERSITY
Constant
REGRESSION_DIVERSITY |
static RegressionMeasure |
Properties.REGRESSION_FITNESS
Constant
REGRESSION_FITNESS |
static int |
Properties.REGRESSION_RANDOM_STRATEGY
Constant
REGRESSION_RANDOM_STRATEGY |
static boolean |
Properties.REGRESSION_SKIP_DIFFERENT_CFG
Constant
REGRESSION_SKIP_DIFFERENT_CFG |
static boolean |
Properties.REGRESSION_SKIP_SIMILAR
Constant
REGRESSION_SKIP_SIMILAR |
static boolean |
Properties.REGRESSION_STATISTICS
Constant
REGRESSION_STATISTICS |
static String |
Properties.REGRESSIONCP
Constant
REGRESSIONCP |
static boolean |
Properties.REMOTE_TESTING
Constant
REMOTE_TESTING=false |
static boolean |
Properties.REPLACE_CALLS
Constant
REPLACE_CALLS=false |
static boolean |
Properties.REPLACE_GUI |
static boolean |
Properties.REPLACE_SYSTEM_IN |
static Properties.TheReplacementFunction |
Properties.REPLACEMENT_FUNCTION
During search the genetic algorithm has to decide whether the parent
chromosomes or the freshly created offspring chromosomes should be
preferred.
|
static String |
Properties.REPORT_DIR
Constant
REPORT_DIR="evosuite-report" |
static boolean |
Properties.RESET_ALL_CLASSES_DURING_ASSERTION_GENERATION |
static boolean |
Properties.RESET_ALL_CLASSES_DURING_TEST_GENERATION |
static boolean |
Properties.RESET_STANDARD_STREAMS
Constant
RESET_STANDARD_STREAMS =false |
static boolean |
Properties.RESET_STATIC_FIELD_GETS |
static boolean |
Properties.RESET_STATIC_FIELDS
Constant
RESET_STATIC_FIELDS =false |
static boolean |
Properties.RESET_STATIC_FINAL_FIELDS
Constant
RESET_STATIC_FINAL_FIELDS =false |
static boolean |
Properties.RESTRICT_POOL
Constant
RESTRICT_POOL=false |
static boolean |
Properties.REUSE_BUDGET
Constant
REUSE_BUDGET=true |
static boolean |
Properties.REUSE_LEFTOVER_TIME |
static boolean |
Properties.SANDBOX
Constant
SANDBOX=false |
static Sandbox.SandboxMode |
Properties.SANDBOX_MODE
Constant
SANDBOX_MODE=Sandbox.SandboxMode.RECOMMENDED |
static boolean |
Properties.SAVE_ALL_DATA
Constant
SAVE_ALL_DATA=true |
static String |
Properties.SCAFFOLDING_SUFFIX |
static long |
Properties.SEARCH_BUDGET
Constant
SEARCH_BUDGET=60 |
static String |
Properties.SECONDARY_OBJECTIVE
Constant
SECONDARY_OBJECTIVE="totallength" |
static double |
Properties.SEED_CLONE
Constant
SEED_CLONE=0.2 |
static String |
Properties.SEED_DIR
Constant
SEED_DIR="" |
static String |
Properties.SEED_FILE |
static int |
Properties.SEED_MUTATIONS
Constant
SEED_MUTATIONS=2 |
static double |
Properties.SEED_PROBABILITY |
static boolean |
Properties.SEED_TYPES |
static String |
Properties.SELECTED_JUNIT |
static Properties.SelectionFunction |
Properties.SELECTION_FUNCTION
Constant
SELECTION_FUNCTION |
static boolean |
Properties.SERIALIZE_GA |
static boolean |
Properties.SERIALIZE_REGRESSION_TEST_SUITE
Constant
SERIALIZE_REGRESSION_TEST_SUITE="" |
static boolean |
Properties.SERIALIZE_RESULT
Constant
SERIALIZE_RESULT=false |
static boolean |
Properties.SHOW_PROGRESS
Constant
SHOW_PROGRESS=true |
static boolean |
Properties.SHUFFLE_GOALS
Constant
SHUFFLE_GOALS=true |
static boolean |
Properties.SHUTDOWN_HOOK
Constant
SHUTDOWN_HOOK=true |
static int |
Properties.SHUTDOWN_TIMEOUT
Constant
SHUTDOWN_TIMEOUT=1000 |
static boolean |
Properties.SKIP_COVERED
Constant
SKIP_COVERED=true |
static boolean |
Properties.SORT_CALLS |
static boolean |
Properties.SORT_OBJECTS |
static String[] |
Properties.SOURCEPATH
Constant
SOURCEPATH="new String[] { }" |
static Integer |
Properties.SPAWN_PROCESS_MANAGER_PORT |
static int |
Properties.STARVATION_AFTER_GENERATION |
static boolean |
Properties.STARVE_BY_FITNESS
Constant
STARVE_BY_FITNESS=true |
static Properties.StatisticsBackend |
Properties.STATISTICS_BACKEND |
static boolean |
Properties.STOP_ZERO
Constant
STOP_ZERO=true |
static Properties.StoppingCondition |
Properties.STOPPING_CONDITION
Constant
STOPPING_CONDITION |
static int |
Properties.STOPPING_PORT
Constant
STOPPING_PORT=-1 |
static Properties.Strategy |
Properties.STRATEGY
Constant
STRATEGY |
static int |
Properties.STRING_LENGTH
Constant
STRING_LENGTH=20 |
static boolean |
Properties.STRING_REPLACEMENT
Constant
STRING_REPLACEMENT=true |
static String |
Properties.TARGET_CLASS
Class under test
|
static String |
Properties.TARGET_CLASS_PREFIX
Constant
TARGET_CLASS_PREFIX="" |
static String |
Properties.TARGET_METHOD
Method under test
|
static String |
Properties.TARGET_METHOD_LIST
Method under test
|
static String |
Properties.TARGET_METHOD_PREFIX
Method under test
|
static boolean |
Properties.TEST_ARCHIVE |
static boolean |
Properties.TEST_CARVING
TODO: this option is off by default because still experimental and not
fully tested
|
static boolean |
Properties.TEST_COMMENTS |
static String |
Properties.TEST_DIR
Constant
TEST_DIR="evosuite-tests" |
static String |
Properties.TEST_EXCLUDES
Constant
TEST_EXCLUDES="test.excludes" |
static Properties.TestFactory |
Properties.TEST_FACTORY
Constant
TEST_FACTORY |
static Properties.OutputFormat |
Properties.TEST_FORMAT
Constant
TEST_FORMAT |
static String |
Properties.TEST_INCLUDES
Constant
TEST_INCLUDES="test.includes" |
static Properties.TestNamingStrategy |
Properties.TEST_NAMING_STRATEGY |
static boolean |
Properties.TEST_SCAFFOLDING |
static boolean |
Properties.TESTABILITY_TRANSFORMATION
Constant
TESTABILITY_TRANSFORMATION=false |
static boolean |
Properties.TIMELINE_INTERPOLATION
Constant
TIMELINE_INTERPOLATION=true |
static long |
Properties.TIMELINE_INTERVAL
Constant
TIMELINE_INTERVAL=60000 |
static int |
Properties.TIMEOUT |
static int |
Properties.TIMEOUT_RESET |
static String |
Properties.TOOLS_JAR_LOCATION |
static int |
Properties.TOURNAMENT_SIZE
Constant
TOURNAMENT_SIZE=10 |
static boolean |
Properties.TRACK_BOOLEAN_BRANCHES |
static boolean |
Properties.TRACK_COVERED_GRADIENT_BRANCHES |
static boolean |
Properties.TRACK_DIVERSITY |
static boolean |
Properties.TT
Constant
TT=false |
static Properties.TransformationScope |
Properties.TT_SCOPE
Constant
TT_SCOPE |
static int |
Properties.TT_stack
Constant
TT_stack=10 |
static int |
Properties.UI_BACKGROUND_COVERAGE_DELAY
Constant
UI_BACKGROUND_COVERAGE_DELAY=-1 |
static String |
Properties.USAGE_MODELS
Constant
USAGE_MODELS="" |
static double |
Properties.USAGE_RATE
Constant
USAGE_RATE=0.5 |
static boolean |
Properties.USE_DEPRECATED
Constant
USE_DEPRECATED=false |
static boolean |
Properties.USE_EXISTING_COVERAGE
Constant
use_existing_coverage="false" |
static boolean |
Properties.USE_SEPARATE_CLASSLOADER |
static boolean |
Properties.VALIDATE_RUNTIME_VARIABLES |
static boolean |
Properties.VARIABLE_POOL |
static boolean |
Properties.VIRTUAL_FS
Constant
VIRTUAL_FS=false |
static boolean |
Properties.VIRTUAL_NET |
static boolean |
Properties.WRITE_ALL_GOALS_FILE
Constant
WRITE_ALL_GOALS_FILE=false |
static boolean |
Properties.WRITE_CFG
Constant
WRITE_CFG=false |
static boolean |
Properties.WRITE_COVERED_GOALS_FILE
Constant
WRITE_COVERED_GOALS_FILE=false |
static boolean |
Properties.WRITE_INDIVIDUALS
Constant
WRITE_INDIVIDUALS=false |
static int |
Properties.WRITE_JUNIT_TIMEOUT |
static String |
Properties.WRITE_POOL
Constant
WRITE_POOL=false |
static String |
Properties.Z3_PATH |
static String |
Properties.Z3_STR2_PATH |
Copyright © 2010–2017 EvoSuite. All rights reserved.