A B C E F G I M N O R S T W

A

ALL_BROWSERS - Static variable in class net.thefrontside.crosscheck.Browser
All defined browser environment.
addBrowser(Browser) - Method in class net.thefrontside.crosscheck.Runner
Add a browser environment to run the tests contained in this runner against.
addSuiteListener(CrosscheckListener) - Method in class net.thefrontside.crosscheck.Runner
Add a CrosscheckListener to this Runner, which will be notified of events corresponding to the status of tests as they happen
addTestElement(String) - Method in class net.thefrontside.crosscheck.Runner
Add either a file or a directory (relative to the current working directory) to the set of test sources which will be loaded when running each battery of tests.

B

Browser - class net.thefrontside.crosscheck.Browser.
Constants for specifying which browser a battery of tests will be run against.

C

CrosscheckListener - interface net.thefrontside.crosscheck.CrosscheckListener.
Receives notification of test execution as it happens.

E

error(TestResult) - Method in interface net.thefrontside.crosscheck.CrosscheckListener
Invoked whenever the execution of a single test resulted in an error.

F

failure(TestResult) - Method in interface net.thefrontside.crosscheck.CrosscheckListener
Invoked whenever the execution of a single test resulted in a failure.

G

getAll() - Method in interface net.thefrontside.crosscheck.Result
Return all tescases that were part of this suite, regardless of their status.
getBrowser() - Method in class net.thefrontside.crosscheck.TestSuite
Return the Browser against which this test Suite will be run.
getErrors() - Method in interface net.thefrontside.crosscheck.Result
Return all the individual test cases which resulted in an error.
getFailures() - Method in interface net.thefrontside.crosscheck.Result
Return all the individual test cases which resulted in failure.
getMessage() - Method in interface net.thefrontside.crosscheck.TestResult
Retrieves the message associated with this test case.
getName() - Method in class net.thefrontside.crosscheck.Browser
The long, descriptive name of this Browser.
getName() - Method in interface net.thefrontside.crosscheck.TestResult
The name of this test.
getOk() - Method in interface net.thefrontside.crosscheck.Result
Return all the test cases which suceeded without failures or errors.
getResult() - Method in class net.thefrontside.crosscheck.TestSuite
Return the result indicating the result of this test suite.
getStack() - Method in interface net.thefrontside.crosscheck.TestResult
Gets the stack of the javascript interpreter starting at the line where the error or failure occured.

I

IE6 - Static variable in class net.thefrontside.crosscheck.Browser
Browser environment corresponding to Internet Explorer 6
isOk() - Method in interface net.thefrontside.crosscheck.TestResult
Indicates whether or not this test case passed or failed.

M

MOZILLA_1_7 - Static variable in class net.thefrontside.crosscheck.Browser
Browser environment corresponding to Mozilla 1.7 and Firefox 1.0
MOZILLA_1_8 - Static variable in class net.thefrontside.crosscheck.Browser
Browser environment corresponding to Mozilla 1.8 and Firefox 1.5
main(String[]) - Static method in class net.thefrontside.crosscheck.Runner
Creates a Runner configured to run all known browsers; calls addTestElement for each member of args.

N

net.thefrontside.crosscheck - package net.thefrontside.crosscheck
 

O

ok(TestResult) - Method in interface net.thefrontside.crosscheck.CrosscheckListener
Invoked whenever the execution of a single test suceeded without any errors or failures.

R

Result - interface net.thefrontside.crosscheck.Result.
Represents the cumulative result of running an entire TestSuite against a single browser environment.
Runner - class net.thefrontside.crosscheck.Runner.
Controls the configuration and execution of a suite of tests across a set of multiple browsers.
Runner() - Constructor for class net.thefrontside.crosscheck.Runner
 
run() - Method in class net.thefrontside.crosscheck.Runner
Execute all of the tests specied in the test elements of this runner against all of the browsers specified by addBrowser.

S

suiteFinished(TestSuite, Result) - Method in interface net.thefrontside.crosscheck.CrosscheckListener
Called when suite has finished executing.
suiteLoaded(TestSuite) - Method in interface net.thefrontside.crosscheck.CrosscheckListener
Called whenever a suite is loaded, and ready to begin execution.

T

TestResult - interface net.thefrontside.crosscheck.TestResult.
Represents the result of a single Crosscheck test case.
TestSuite - class net.thefrontside.crosscheck.TestSuite.
A set of tests which will be run in a single browser environment.

W

wasSuccessful() - Method in interface net.thefrontside.crosscheck.Result
Indicates whether all the test cases in this result ran without producing any errors or failures.

A B C E F G I M N O R S T W
The inevitable future of AJAX.

© 2006 The Frontside Software, Inc.