Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
ASM_VERSION |
589824 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
NAME |
"junit" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
DEFAULT_CONSTANT |
4000L |
public static final float |
DEFAULT_FACTOR |
1.25f |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_PRIORITY |
10 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final byte |
CLAZZ |
32 |
public static final byte |
DESCRIBE |
1 |
public static final byte |
DONE |
64 |
public static final byte |
OUTCOME |
16 |
public static final byte |
PROBES |
4 |
public static final byte |
REPORT |
2 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CLASSPATH_JAR_FILE_PREFIX |
"pitest-classpath-jar-file-" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
PROBE_FIELD_NAME |
"$$pitCoverageProbes" |
public static final String |
PROBE_LENGTH_FIELD_NAME |
"$$pitCoverageProbeSize" |
public static final String |
PROBE_METHOD_NAME |
"visitProbes" |
Copyright © 2021 org.pitest. All rights reserved.