Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
HEADER |
"\n-------------------------------------------------------\n J A S M I N E S P E C S\n-------------------------------------------------------" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
JUNIT_XML_REPORTER |
"lib/createJunitXml.js" |
public static final String |
STANDARD_REPORTER |
"/lib/buildReport.js" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
INSTRUCTION_FORMAT |
"\n\nServer started--it\'s time to spec some JavaScript! You can run your specs as you develop by visiting this URL in a web browser: \n\n %s://localhost:%s\n\nThe server will monitor these two directories for scripts that you add, remove, and change:\n\n source directory: %s\n\n spec directory: %s\n\nJust leave this process running as you test-drive your code, refreshing your browser window to re-run your specs. You can kill the server with Ctrl-C when you\'re done." |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
JAVASCRIPT_DEPENDENCIES_TEMPLATE_ATTR_NAME |
"javascriptDependencies" |
protected static final String |
REPORTER_ATTR_NAME |
"reporter" |
protected static final String |
SOURCES_TEMPLATE_ATTR_NAME |
"sources" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_SOURCE_ENCODING |
"UTF-8" |
public static final String |
JASMINE_BOOT_JS |
"/webjars/jasmine/boot.js" |
public static final String |
JASMINE_CSS |
"/webjars/jasmine/jasmine.css" |
public static final String |
JASMINE_HTML_JS |
"/webjars/jasmine/jasmine-html.js" |
public static final String |
JASMINE_HTMLSPECFILTER_PATCH_JS |
"/classpath/lib/htmlSpecFilterPatch.js" |
public static final String |
JASMINE_JS |
"/webjars/jasmine/jasmine.js" |
Copyright © 2016. All rights reserved.