Constant Field Values


Contents
com.github.*

com.github.searls.jasmine.ProcessResourcesMojo
public static final String MISSING_DIR_WARNING "JavaScript source folder was expected but was not found. Set configuration property `jsSrcDir` to the directory containing your JavaScript sources. Skipping jasmine:resources processing."

com.github.searls.jasmine.ProcessTestResourcesMojo
public static final String MISSING_DIR_WARNING "JavaScript test source folder was expected but was not found. Set configuration property `jsTestSrcDir` to the directory containing your specs. Skipping jasmine:testResources processing."

com.github.searls.jasmine.ServerMojo
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 http://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."

com.github.searls.jasmine.format.JasmineResultLogger
public static final String HEADER "\n-------------------------------------------------------\n J A S M I N E S P E C S\n-------------------------------------------------------"

com.github.searls.jasmine.runner.AbstractSpecRunnerHtmlGenerator
protected static final String REPORTER_ATTR_NAME "reporter"
protected static final String SOURCES_TEMPLATE_ATTR_NAME "sources"

com.github.searls.jasmine.runner.DefaultSpecRunnerHtmlGenerator
public static final String DEFAULT_RUNNER_HTML_TEMPLATE_FILE "/jasmine-templates/SpecRunner.htmltemplate"

com.github.searls.jasmine.runner.RequireJsSpecRunnerHtmlGenerator
public static final String REQUIRE_JS_HTML_TEMPLATE_FILE "/jasmine-templates/RequireJsSpecRunner.htmltemplate"

com.github.searls.jasmine.runner.SpecRunnerExecutor
public static final String BUILD_REPORT_JS "/lib/buildReport.js"
public static final String CREATE_JUNIT_XML "/lib/createJunitXml.js"

com.github.searls.jasmine.runner.SpecRunnerHtmlGenerator
public static final String DEFAULT_SOURCE_ENCODING "UTF-8"
public static final String JASMINE_CSS "/vendor/css/jasmine.css"
public static final String JASMINE_HTML_JS "/vendor/js/jasmine-html.js"
public static final String JASMINE_JS "/vendor/js/jasmine.js"

com.github.searls.jasmine.runner.SpecRunnerHtmlGeneratorFactory
public static final String DEFAULT "DEFAULT"
public static final String REQUIRE_JS "REQUIRE_JS"



Copyright © 2012. All Rights Reserved.