Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
FORK_NUMBER_PLACEHOLDER |
"${surefire.forkNumber}" |
public static final String |
THREAD_NUMBER_PLACEHOLDER |
"${surefire.threadNumber}" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
BRIEF_REPORT_FORMAT |
"brief" |
public static final String |
PLAIN_REPORT_FORMAT |
"plain" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
FORK_ALWAYS |
"always" |
public static final String |
FORK_NEVER |
"never" |
public static final String |
FORK_ONCE |
"once" |
public static final String |
FORK_PERTHREAD |
"perthread" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
BRIEF |
"brief" |
public static final String |
PLAIN |
"plain" |
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.