A B E F H J L O P S T U V W

A

AbstractTestCase - Class in org.apache.shale.usecases.systest
Abstract base class for system integration tests based on HtmlUnit.
AbstractTestCase(String) - Constructor for class org.apache.shale.usecases.systest.AbstractTestCase
Construct a new instance of this test case.

B

body() - Method in class org.apache.shale.usecases.systest.AbstractTestCase
Return the body element for the most recently retrieved page.

E

element(String) - Method in class org.apache.shale.usecases.systest.AbstractTestCase
Return the HTML element with the specified id from the most recently retrieved page.
ExceptionTestCase - Class in org.apache.shale.usecases.systest
Test case for the exception handling use case.
ExceptionTestCase(String) - Constructor for class org.apache.shale.usecases.systest.ExceptionTestCase
 

F

form(String) - Method in class org.apache.shale.usecases.systest.AbstractTestCase
Return the form with the specified id from the most recently retrieved page.

H

head() - Method in class org.apache.shale.usecases.systest.AbstractTestCase
Return the head element for the most recently retrieved page.

J

JndiTestCase - Class in org.apache.shale.usecases.systest
Validate the "JNDI access" path through the application
JndiTestCase(String) - Constructor for class org.apache.shale.usecases.systest.JndiTestCase
Construct a new instance of this test case.

L

link(HtmlAnchor) - Method in class org.apache.shale.usecases.systest.AbstractTestCase
Click the specified hyperlink, and retrieve the subsequent page, saving a reference so that other utility methods may be used to retrieve information from it.
ListCategoriesTestCase - Class in org.apache.shale.usecases.lookup
 
ListCategoriesTestCase(String) - Constructor for class org.apache.shale.usecases.lookup.ListCategoriesTestCase
 
ListLocalesTestCase - Class in org.apache.shale.usecases.lookup
 
ListLocalesTestCase(String) - Constructor for class org.apache.shale.usecases.lookup.ListLocalesTestCase
 

O

org.apache.shale.usecases.locale - package org.apache.shale.usecases.locale
 
org.apache.shale.usecases.lookup - package org.apache.shale.usecases.lookup
 
org.apache.shale.usecases.systest - package org.apache.shale.usecases.systest
 

P

page - Variable in class org.apache.shale.usecases.systest.AbstractTestCase
The most recently retrieved page from the server.
page(String) - Method in class org.apache.shale.usecases.systest.AbstractTestCase
Retrieve and return the page at the specified context relative path.

S

SelectTestCase - Class in org.apache.shale.usecases.locale
Test case for the Select ViewController implementation.
SelectTestCase(String) - Constructor for class org.apache.shale.usecases.locale.SelectTestCase
 
setUp() - Method in class org.apache.shale.usecases.locale.SelectTestCase
 
setUp() - Method in class org.apache.shale.usecases.lookup.ListCategoriesTestCase
 
setUp() - Method in class org.apache.shale.usecases.lookup.ListLocalesTestCase
 
setUp() - Method in class org.apache.shale.usecases.systest.AbstractTestCase
Set up the instance variables required for this test case.
setUp() - Method in class org.apache.shale.usecases.systest.ExceptionTestCase
 
setUp() - Method in class org.apache.shale.usecases.systest.JndiTestCase
Set up the instance variables required for this test case.
setUp() - Method in class org.apache.shale.usecases.systest.SubviewTestCase
Set up the instance variables required for this test case.
setUp() - Method in class org.apache.shale.usecases.systest.TokenTestCase
 
setUp() - Method in class org.apache.shale.usecases.systest.UseCasesTestCase
Set up the instance variables required for this test case.
setUp() - Method in class org.apache.shale.usecases.systest.ViewControllerTestCase
 
submit(HtmlSubmitInput) - Method in class org.apache.shale.usecases.systest.AbstractTestCase
Submit the current page, using the specified component, and retrieve the subsequent page, saving a reference so that other utility methods may be used to retrieve information from it.
SubviewTestCase - Class in org.apache.shale.usecases.systest
Validate the "Subview Processing" path through the application
SubviewTestCase(String) - Constructor for class org.apache.shale.usecases.systest.SubviewTestCase
Construct a new instance of this test case.
suite() - Static method in class org.apache.shale.usecases.locale.SelectTestCase
 
suite() - Static method in class org.apache.shale.usecases.lookup.ListCategoriesTestCase
 
suite() - Static method in class org.apache.shale.usecases.lookup.ListLocalesTestCase
 
suite() - Static method in class org.apache.shale.usecases.systest.AbstractTestCase
Return the set of tests included in this test suite.
suite() - Static method in class org.apache.shale.usecases.systest.ExceptionTestCase
 
suite() - Static method in class org.apache.shale.usecases.systest.JndiTestCase
Return the set of tests included in this test suite.
suite() - Static method in class org.apache.shale.usecases.systest.SubviewTestCase
Return the set of tests included in this test suite.
suite() - Static method in class org.apache.shale.usecases.systest.TokenTestCase
 
suite() - Static method in class org.apache.shale.usecases.systest.UseCasesTestCase
Return the set of tests included in this test suite.
suite() - Static method in class org.apache.shale.usecases.systest.ViewControllerTestCase
 

T

tearDown() - Method in class org.apache.shale.usecases.locale.SelectTestCase
 
tearDown() - Method in class org.apache.shale.usecases.lookup.ListCategoriesTestCase
 
tearDown() - Method in class org.apache.shale.usecases.lookup.ListLocalesTestCase
 
tearDown() - Method in class org.apache.shale.usecases.systest.AbstractTestCase
Tear down instance variables required by this test case.
tearDown() - Method in class org.apache.shale.usecases.systest.ExceptionTestCase
 
tearDown() - Method in class org.apache.shale.usecases.systest.JndiTestCase
Tear down instance variables required by this test case.
tearDown() - Method in class org.apache.shale.usecases.systest.SubviewTestCase
Tear down instance variables required by this test case.
tearDown() - Method in class org.apache.shale.usecases.systest.TokenTestCase
 
tearDown() - Method in class org.apache.shale.usecases.systest.UseCasesTestCase
Tear down instance variables required by this test case.
tearDown() - Method in class org.apache.shale.usecases.systest.ViewControllerTestCase
 
testDestroy() - Method in class org.apache.shale.usecases.lookup.ListCategoriesTestCase
 
testDestroy() - Method in class org.apache.shale.usecases.lookup.ListLocalesTestCase
 
testDouble() - Method in class org.apache.shale.usecases.systest.TokenTestCase
Test that a double submit causes a validation error.
testExecute() - Method in class org.apache.shale.usecases.systest.JndiTestCase
Execute the "Jndi Access" path.
testExecute() - Method in class org.apache.shale.usecases.systest.SubviewTestCase
Execute the "Subview Processing" path.
testForm() - Method in class org.apache.shale.usecases.systest.UseCasesTestCase
Verify the availability of an appropriate form.
testNormal() - Method in class org.apache.shale.usecases.systest.ExceptionTestCase
Test the "normal" flow of submitting a correctly entered form.
testNormal() - Method in class org.apache.shale.usecases.systest.TokenTestCase
Test the "normal" flow of submitting a correctly entered form.
testPrerender() - Method in class org.apache.shale.usecases.locale.SelectTestCase
 
testPrerender() - Method in class org.apache.shale.usecases.lookup.ListCategoriesTestCase
 
testPrerender() - Method in class org.apache.shale.usecases.lookup.ListLocalesTestCase
 
testPristine() - Method in class org.apache.shale.usecases.locale.SelectTestCase
 
testPristine() - Method in class org.apache.shale.usecases.systest.ExceptionTestCase
Validate pristine instance of the "Token" test page.
testPristine() - Method in class org.apache.shale.usecases.systest.TokenTestCase
Validate pristine instance of the "Token" test page.
testPristine() - Method in class org.apache.shale.usecases.systest.ViewControllerTestCase
Validate pristine instance of the test page.
testSelectInvalid() - Method in class org.apache.shale.usecases.locale.SelectTestCase
 
testSelectNull() - Method in class org.apache.shale.usecases.locale.SelectTestCase
 
testSelectValid() - Method in class org.apache.shale.usecases.locale.SelectTestCase
 
testSubmit() - Method in class org.apache.shale.usecases.systest.ViewControllerTestCase
Submit the page and validate the results.
testSubview() - Method in class org.apache.shale.usecases.systest.UseCasesTestCase
Verify the availability of an appropriate subview hyperlink.
testTitle() - Method in class org.apache.shale.usecases.systest.UseCasesTestCase
Verify the title of the returned page.
testValidate() - Method in class org.apache.shale.usecases.systest.TokenTestCase
Test that a validation error correctly stays on the same page
testValidateRetry() - Method in class org.apache.shale.usecases.systest.TokenTestCase
Test that fixing a validation error correctly allows the form to be submitted, but not resubmitted.
title() - Method in class org.apache.shale.usecases.systest.AbstractTestCase
Return the page title from the most recently retrieved page.
TokenTestCase - Class in org.apache.shale.usecases.systest
Test case for the Token ViewController implementation.
TokenTestCase(String) - Constructor for class org.apache.shale.usecases.systest.TokenTestCase
 

U

url - Variable in class org.apache.shale.usecases.systest.AbstractTestCase
The calculated URL for the installed "systest" web application.
url(String) - Method in class org.apache.shale.usecases.systest.AbstractTestCase
Calculate and return an absolute URL for the specified context relative path, which must begin with a '/' character.
UseCasesTestCase - Class in org.apache.shale.usecases.systest
Simple integration test to validate access to the main menu.
UseCasesTestCase(String) - Constructor for class org.apache.shale.usecases.systest.UseCasesTestCase
Construct a new instance of this test case.

V

ViewControllerTestCase - Class in org.apache.shale.usecases.systest
Test case for view controller lifecycle callbacks testing.
ViewControllerTestCase(String) - Constructor for class org.apache.shale.usecases.systest.ViewControllerTestCase
 

W

webClient - Variable in class org.apache.shale.usecases.systest.AbstractTestCase
The web client for this test case.

A B E F H J L O P S T U V W

Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.