Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
NO_WEBDRIVER_CONSTRUCTOR_MESSAGE |
"This page object does not appear have a constructor that takes a WebDriver parameter" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_HEIGHT |
700 |
public static final java.lang.String |
DEFAULT_HISTORY_DIRECTORY |
"history" |
public static final int |
DEFAULT_WIDTH |
960 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_ELEMENT_TIMEOUT_SECONDS |
5 |
public static final java.lang.String |
DEFAULT_WEBDRIVER_DRIVER |
"firefox" |
public static final java.lang.String |
PROJECT_BUILD_DIRECTORY |
"project.build.directory" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
ERROR_MESSAGE_LABEL_1 |
"{\'errorMessage\':" |
public static final java.lang.String |
ERROR_MESSAGE_LABEL_2 |
"{\"errorMessage\":" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final char |
ARG_SEP |
44 |
public static final char |
END_ARGUMENT |
41 |
public static final char |
ESCAPE_CHAR |
92 |
public static final java.lang.String |
NULL |
"null" |
public static final java.lang.String |
START_ARGUMENT |
"(" |
public static final char |
STRING_SEP |
34 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
FOUR_SPACES |
" " |
public static final java.lang.String |
NEW_LINE_ON_ANY_OS |
"\\r?\\n" |
public static final java.lang.String |
TAB |
"\\t" |
public static final java.lang.String |
UTF_8_NEW_LINE |
"\u2424" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DELAY_BETWEEN_FILE_ACCESSES_IN_MS |
500 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
FILE_PREFIX |
"SERENITY-JUNIT-" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
FEATURE_EXTENSION |
"feature" |
public static final java.lang.String |
STORY_EXTENSION |
"story" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
ANSI_BLUE |
"\u001b[34m" |
public static final java.lang.String |
ANSI_CYAN |
"\u001b[96m" |
public static final java.lang.String |
ANSI_GREEN |
"\u001b[92m" |
public static final java.lang.String |
ANSI_PURPLE |
"\u001b[95m" |
public static final java.lang.String |
ANSI_RED |
"\u001b[91m" |
public static final java.lang.String |
ANSI_RESET |
"\u001b[0m" |
public static final java.lang.String |
ANSI_SERENITY_GREEN |
"\u001b[36m" |
public static final java.lang.String |
ANSI_YELLOW |
"\u001b[33m" |
public static final java.lang.String |
SERENITY_BIG_BANNER |
"\u001b[36m\n\n-------------------------------------------------------------------------------------\n _______. _______ .______ _______ .__ __. __ .___________.____ ____ \n / || ____|| _ \\ | ____|| \\ | | | | | |\\ \\ / / \n | (----`| |__ | |_) | | |__ | \\| | | | `---| |----` \\ \\/ / \n \\ \\ | __| | / | __| | . ` | | | | | \\_ _/ \n.----) | | |____ | |\\ \\----.| |____ | |\\ | | | | | | | \n|_______/ |_______|| _| `._____||_______||__| \\__| |__| |__| |__| \n \n News and tutorials at http://www.serenity-bdd.info \n Documentation at https://wakaleo.gitbooks.io/the-serenity-book/content/ \n Join the Serenity Community on Rocket Chat at https://serenity-bdd.rocket.chat \n Serenity BDD Support and Training at http://serenity-bdd.info/#/trainingandsupport \n Learn Serenity BDD online at http://serenity-dojo.com \n-------------------------------------------------------------------------------------\n\u001b[0m" |
public static final java.lang.String |
SERENITY_SMALL_BANNER |
"\n--------------\n- SERENITY -\n--------------" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
MAX_ALLOWED_STEP_LIBRARY_NESTING |
16 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
TEST_SOURCE_CUCUMBER |
"Cucumber" |
public static final java.lang.String |
TEST_SOURCE_JBEHAVE |
"JBehave" |
public static final java.lang.String |
TEST_SOURCE_JUNIT |
"JUnit" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final char |
DEFAULT_SEPARATOR |
44 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
UNIX_FILE_SEPARATOR |
"/" |
public static final java.lang.String |
WINDOWS_FILE_SEPARATOR |
"\\" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
TYPESAFE_CONFIG_FILE |
"serenity.conf" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
DEFAULT_DRIVER |
"firefox" |
public static final java.lang.String |
REMOTE_DRIVER |
"remote" |