A B C D G I L M N O P R S T U

A

actionBaseConfig - Variable in class org.apache.struts.config.TestForwardConfig
A ForwardConfig we'll use to test cases where a ForwardConfig declared for an action extends a ForwardConfig declared globally, with both ForwardConfigs using the same name.
actionConfig - Variable in class org.apache.struts.config.TestForwardConfig
An action mapping we'll use within tests.
actionServlet - Variable in class org.apache.struts.action.TestActionServlet
The ActionServlet we'll test.
actionServlet - Variable in class org.apache.struts.tiles.TestTilesPlugin
 
amNoResource - Variable in class org.apache.struts.action.TestActionMessage
 
aMsgs - Variable in class org.apache.struts.action.TestActionMessages
 
amWithArrayValues - Variable in class org.apache.struts.action.TestActionMessage
 
amWithFourValues - Variable in class org.apache.struts.action.TestActionMessage
 
amWithNoValue - Variable in class org.apache.struts.action.TestActionMessage
 
amWithOneValue - Variable in class org.apache.struts.action.TestActionMessage
 
amWithThreeValues - Variable in class org.apache.struts.action.TestActionMessage
 
amWithTwoIntegerValues - Variable in class org.apache.struts.action.TestActionMessage
 
amWithTwoValues - Variable in class org.apache.struts.action.TestActionMessage
 
anMsgs - Variable in class org.apache.struts.action.TestActionMessages
 

B

baseAction - Variable in class org.apache.struts.action.TestActionServlet
The common action config we'll use.
baseConfig - Variable in class org.apache.struts.config.TestActionConfig
The common base we'll use.
baseConfig - Variable in class org.apache.struts.config.TestForwardConfig
The common base we'll use.
baseException - Variable in class org.apache.struts.action.TestActionServlet
The common exception config we'll use.
baseForm - Variable in class org.apache.struts.config.TestFormBeanConfig
The common base we'll use.
baseFormBean - Variable in class org.apache.struts.action.TestActionServlet
The common form bean we'll use.
baseForward - Variable in class org.apache.struts.action.TestActionServlet
The common action forward we'll use.
BaseTestUserDatabase - Class in org.apache.struts.apps.mailreader.dao
TODO Complete use case tests for: - [01 ] findUser(existing) [done] - [02 ] findUser(bogus) [done] - [03 ] findUsers() [done] - [04 ] createUser1, find(new one 1) [done] - [04a] createUser1, find(new one 1) find subscr [done] - [05 ] createUser2, find(existing) [done] - [05a] createUser2, find(existing) find subscr [done] - [06 ] createUser3, findUsers(all) [done] - [06a] createUser4 (duplicate) [done] - [07 ] findUsers(all) [done] - [08 ] create, save, close, open find(new one) [done] - [09 ] create, save, close, open findUsers(all) [done] - [10 ] find(bogus) [done] - [11 ] create, remove, find(valid), find(invalid) [done] Registrations
BaseTestUserDatabase() - Constructor for class org.apache.struts.apps.mailreader.dao.BaseTestUserDatabase
 
beanConfig - Variable in class org.apache.struts.action.TestDynaActionFormClass
The FormBeanConfig structure for the form bean we will be creating.
beans - Variable in class org.apache.struts.validator.PojoBean
 

C

commonTests(MessageResources) - Method in class org.apache.struts.util.TestPropertyMessageResources
Tests with common expected results
config - Variable in class org.apache.struts.config.TestActionConfig
The ModuleConfig we'll use.
config - Variable in class org.apache.struts.config.TestFormBeanConfig
The ModuleConfig we'll use.
config - Variable in class org.apache.struts.config.TestModuleConfig
The ModuleConfig we are testing.
createFactory(Object, ServletRequest, ServletContext) - Method in class org.apache.struts.tiles.CustomI18nFactorySet
 
createModuleConfig(String, String, boolean) - Method in class org.apache.struts.tiles.TestTilesPlugin
Create a module configuration
CustomI18nFactorySet - Class in org.apache.struts.tiles
Test I18nFactorySet.
CustomI18nFactorySet(ServletContext, Map) - Constructor for class org.apache.struts.tiles.CustomI18nFactorySet
Constructor.
CustomMappingTest - Class in org.apache.struts.config
Custom action mapping used by TestModuleConfing
CustomMappingTest() - Constructor for class org.apache.struts.config.CustomMappingTest
 

D

defaultPathName - Variable in class org.apache.struts.apps.mailreader.dao.impl.memory.MemoryUserDatabaseTest
 
donttestMessagePageBadKey() - Method in class org.apache.struts.taglib.TestTagUtils
 
dynaClass - Variable in class org.apache.struts.action.TestDynaActionFormClass
The DynaActionFormClass to use for testing.
dynaForm - Variable in class org.apache.struts.action.TestDynaActionForm
The basic DynaActionForm to use for testing.
dynaProperties - Static variable in class org.apache.struts.action.TestDynaActionFormClass
The set of FormPropertyConfig objects to use when creating our FormBeanConfig.

G

getBean(int) - Method in class org.apache.struts.validator.PojoBean
Return and indexed Bean
getBeans() - Method in class org.apache.struts.validator.PojoBean
Return PojoBean[].
getIntegerValue1() - Method in class org.apache.struts.validator.PojoBean
Return integerValue1.
getIntegerValue2() - Method in class org.apache.struts.validator.PojoBean
Return integerValue2.
getIntValue1() - Method in class org.apache.struts.validator.PojoBean
Return intValue1.
getIntValue2() - Method in class org.apache.struts.validator.PojoBean
Return intValue2.
getMap() - Method in class org.apache.struts.validator.PojoBean
Return the Map
getMapped(String) - Method in class org.apache.struts.validator.PojoBean
Set a Mapped property
getNewSubscription(User, String) - Method in class org.apache.struts.apps.mailreader.dao.BaseTestUserDatabase
 
getNewSubscription(User, String) - Method in class org.apache.struts.apps.mailreader.dao.impl.memory.MemoryUserDatabaseTest
 
getNewUser(UserDatabase, String) - Method in class org.apache.struts.apps.mailreader.dao.BaseTestUserDatabase
 
getNewUser(UserDatabase, String) - Method in class org.apache.struts.apps.mailreader.dao.impl.memory.MemoryUserDatabaseTest
 
getNewUserDatabase() - Method in class org.apache.struts.apps.mailreader.dao.BaseTestUserDatabase
 
getNewUserDatabase() - Method in class org.apache.struts.apps.mailreader.dao.impl.memory.MemoryUserDatabaseTest
 
getPublic() - Method in class org.apache.struts.config.CustomMappingTest
 
getStringValue1() - Method in class org.apache.struts.validator.PojoBean
Return stringValue1.
getStringValue2() - Method in class org.apache.struts.validator.PojoBean
Return stringValue2.
getSuite() - Static method in class org.apache.struts.action.TestActionRedirect
 

I

initModulePlugIns(ModuleConfig) - Method in class org.apache.struts.tiles.TestTilesPlugin
Fake call to init module plugins
integerValue1 - Variable in class org.apache.struts.validator.PojoBean
 
integerValue2 - Variable in class org.apache.struts.validator.PojoBean
 
intValue1 - Variable in class org.apache.struts.validator.PojoBean
 
intValue2 - Variable in class org.apache.struts.validator.PojoBean
 
isDeleteDatabaseFile() - Method in class org.apache.struts.apps.mailreader.dao.impl.memory.MemoryUserDatabaseTest
 

L

log - Variable in class org.apache.struts.action.TestDynaActionForm
 

M

main(String[]) - Static method in class org.apache.struts.action.TestActionMessage
Start the tests.
main(String[]) - Static method in class org.apache.struts.action.TestActionMessages
Start the tests.
main(String[]) - Static method in class org.apache.struts.action.TestActionRedirect
 
main(String[]) - Static method in class org.apache.struts.action.TestActionServlet
Start the tests.
main(String[]) - Static method in class org.apache.struts.action.TestDynaActionForm
Start the tests.
main(String[]) - Static method in class org.apache.struts.action.TestDynaActionFormClass
Start the tests.
main(String[]) - Static method in class org.apache.struts.chain.commands.generic.TestCopyFormToContext
 
main(String[]) - Static method in class org.apache.struts.chain.commands.generic.TestWrappingLookupCommand
 
main(String[]) - Static method in class org.apache.struts.chain.commands.servlet.TestAuthorizeAction
 
main(String[]) - Static method in class org.apache.struts.chain.commands.servlet.TestPerformForward
 
main(String[]) - Static method in class org.apache.struts.chain.commands.servlet.TestSetOriginalURI
 
main(String[]) - Static method in class org.apache.struts.config.TestActionConfigMatcher
 
main(String[]) - Static method in class org.apache.struts.taglib.html.TestHtmlTag
Start the tests.
main(String[]) - Static method in class org.apache.struts.taglib.TestTagUtils
Start the tests.
main(String[]) - Static method in class org.apache.struts.tiles.TestTilesPlugin
 
main(String[]) - Static method in class org.apache.struts.util.TestPropertyMessageResources
 
main(String[]) - Static method in class org.apache.struts.util.TestRequestUtils
 
main(String[]) - Static method in class org.apache.struts.util.TestRequestUtilsPopulate
Start the tests.
main(String[]) - Static method in class org.apache.struts.validator.TestValidWhen
Start the tests.
map - Variable in class org.apache.struts.faces.util.MessagesMapTestCase
The MessagesMap instance to be tested.
map - Variable in class org.apache.struts.validator.PojoBean
 
mapping - Variable in class org.apache.struts.action.TestDynaActionForm
Dummy ActionMapping for calls to reset() and validate().
MemoryUserDatabaseTest - Class in org.apache.struts.apps.mailreader.dao.impl.memory
 
MemoryUserDatabaseTest() - Constructor for class org.apache.struts.apps.mailreader.dao.impl.memory.MemoryUserDatabaseTest
 
MessagesMapTestCase - Class in org.apache.struts.faces.util
Unit tests for MessagesMap.
MessagesMapTestCase(String) - Constructor for class org.apache.struts.faces.util.MessagesMapTestCase
Construct a new instance of this test case.
module1 - Variable in class org.apache.struts.tiles.TestTilesPlugin
 
module2 - Variable in class org.apache.struts.tiles.TestTilesPlugin
 
moduleConfig - Variable in class org.apache.struts.action.TestActionServlet
The ModuleConfig we'll use.
moduleConfig - Variable in class org.apache.struts.action.TestDynaActionForm
Dummy ModuleConfig for calls to reset() and validate().
moduleConfig - Variable in class org.apache.struts.config.TestForwardConfig
The ModuleConfig we'll use.
moduleConfig - Variable in class org.apache.struts.taglib.TagTestBase
 
moduleConfig2 - Variable in class org.apache.struts.taglib.TagTestBase
 
moduleConfig3 - Variable in class org.apache.struts.taglib.TagTestBase
 
msg1 - Variable in class org.apache.struts.action.TestActionMessages
 
msg2 - Variable in class org.apache.struts.action.TestActionMessages
 
msg3 - Variable in class org.apache.struts.action.TestActionMessages
 
msg4 - Variable in class org.apache.struts.action.TestActionMessages
 
msg5 - Variable in class org.apache.struts.action.TestActionMessages
 

N

notestProcessActionConfigClassError() - Method in class org.apache.struts.action.TestActionServlet
Make sure the code throws the correct exception when it can't create an instance of the base config's custom class.
notestProcessExceptionConfigClassError() - Method in class org.apache.struts.action.TestActionServlet
Make sure the code throws the correct exception when it can't create an instance of the base config's custom class.
notestProcessFormBeanConfigClassError() - Method in class org.apache.struts.action.TestActionServlet
Make sure the code throws the correct exception when it can't create an instance of the base config's custom class.
notestProcessForwardConfigClassError() - Method in class org.apache.struts.action.TestActionServlet
Make sure the code throws the correct exception when it can't create an instance of the base config's custom class.
notestSplitAndResolvePaths() - Method in class org.apache.struts.action.TestActionServlet
Test class loader resolution and splitting.

O

org.apache.struts.action - package org.apache.struts.action
 
org.apache.struts.apps.mailreader.dao - package org.apache.struts.apps.mailreader.dao
 
org.apache.struts.apps.mailreader.dao.impl.memory - package org.apache.struts.apps.mailreader.dao.impl.memory
 
org.apache.struts.chain.commands.generic - package org.apache.struts.chain.commands.generic
 
org.apache.struts.chain.commands.servlet - package org.apache.struts.chain.commands.servlet
 
org.apache.struts.config - package org.apache.struts.config
 
org.apache.struts.faces.util - package org.apache.struts.faces.util
 
org.apache.struts.taglib - package org.apache.struts.taglib
 
org.apache.struts.taglib.html - package org.apache.struts.taglib.html
 
org.apache.struts.tiles - package org.apache.struts.tiles
 
org.apache.struts.util - package org.apache.struts.util
 
org.apache.struts.validator - package org.apache.struts.validator
 

P

pageContext - Variable in class org.apache.struts.taglib.TagTestBase
 
PojoBean - Class in org.apache.struts.validator
Test Bean class.
PojoBean() - Constructor for class org.apache.struts.validator.PojoBean
Default Constructor
PojoBean(String, String) - Constructor for class org.apache.struts.validator.PojoBean
Construct Bean with a pair of String values.
PojoBean(int, int) - Constructor for class org.apache.struts.validator.PojoBean
Construct Bean with a pair of integer values.
processExtends(ModuleConfig) - Method in class org.apache.struts.action.TestActionServlet.CustomActionConfig
Set a flag so we know this method was called.
processExtends(ModuleConfig, ActionConfig) - Method in class org.apache.struts.action.TestActionServlet.CustomExceptionConfig
Set a flag so we know this method was called.
processExtends(ModuleConfig) - Method in class org.apache.struts.action.TestActionServlet.CustomFormBeanConfig
Set a flag so we know this method was called.
processExtends(ModuleConfig, ActionConfig) - Method in class org.apache.struts.action.TestActionServlet.CustomForwardConfig
Set a flag so we know this method was called.
processExtends(ModuleConfig) - Method in class org.apache.struts.config.TestActionConfig.CustomActionConfig
 
processExtends(ModuleConfig) - Method in class org.apache.struts.config.TestFormBeanConfig.CustomFormBeanConfig
 
processExtendsCalled - Variable in class org.apache.struts.action.TestActionServlet.CustomActionConfig
 
processExtendsCalled - Variable in class org.apache.struts.action.TestActionServlet.CustomExceptionConfig
 
processExtendsCalled - Variable in class org.apache.struts.action.TestActionServlet.CustomFormBeanConfig
 
processExtendsCalled - Variable in class org.apache.struts.action.TestActionServlet.CustomForwardConfig
 
properties - Static variable in class org.apache.struts.action.TestDynaActionForm
The set of property names we expect to have returned when calling getDynaProperties().
putBundleInScope(int, boolean) - Method in class org.apache.struts.taglib.TagTestBase
 

R

request - Variable in class org.apache.struts.taglib.TagTestBase
 
resources - Variable in class org.apache.struts.faces.util.MessagesMapTestCase
The MessageResources instance containing the messages used for testing.

S

servletConfig - Variable in class org.apache.struts.taglib.TagTestBase
 
servletContext - Variable in class org.apache.struts.taglib.TagTestBase
 
setBeans(PojoBean[]) - Method in class org.apache.struts.validator.PojoBean
Set the PojoBean[].
setDeleteDatabaseFile(boolean) - Method in class org.apache.struts.apps.mailreader.dao.impl.memory.MemoryUserDatabaseTest
 
setIntegerValue1(Integer) - Method in class org.apache.struts.validator.PojoBean
Set the integerValue1.
setIntegerValue2(Integer) - Method in class org.apache.struts.validator.PojoBean
Set the integerValue2.
setIntValue1(int) - Method in class org.apache.struts.validator.PojoBean
Set the intValue1.
setIntValue2(int) - Method in class org.apache.struts.validator.PojoBean
Set the intValue2.
setMap(Map) - Method in class org.apache.struts.validator.PojoBean
Return the Map
setMapped(String, Object) - Method in class org.apache.struts.validator.PojoBean
Set a Mapped property
setPublic(boolean) - Method in class org.apache.struts.config.CustomMappingTest
 
setStringValue1(String) - Method in class org.apache.struts.validator.PojoBean
Set the stringValue1.
setStringValue2(String) - Method in class org.apache.struts.validator.PojoBean
Set the stringValue2.
setUp() - Method in class org.apache.struts.action.TestActionMessage
 
setUp() - Method in class org.apache.struts.action.TestActionMessages
 
setUp() - Method in class org.apache.struts.action.TestActionServlet
Set up instance variables required by this test case.
setUp() - Method in class org.apache.struts.action.TestDynaActionForm
 
setUp() - Method in class org.apache.struts.action.TestDynaActionFormClass
 
setUp() - Method in class org.apache.struts.apps.mailreader.dao.BaseTestUserDatabase
 
setUp() - Method in class org.apache.struts.apps.mailreader.dao.impl.memory.MemoryUserDatabaseTest
 
setUp() - Method in class org.apache.struts.chain.commands.generic.TestCopyFormToContext
 
setUp() - Method in class org.apache.struts.chain.commands.generic.TestWrappingLookupCommand
 
setUp() - Method in class org.apache.struts.chain.commands.servlet.TestAuthorizeAction
 
setUp() - Method in class org.apache.struts.chain.commands.servlet.TestPerformForward
 
setUp() - Method in class org.apache.struts.chain.commands.servlet.TestSetOriginalURI
 
setUp() - Method in class org.apache.struts.config.TestActionConfig
Set up instance variables required by this test case.
setUp() - Method in class org.apache.struts.config.TestActionConfigMatcher
 
setUp() - Method in class org.apache.struts.config.TestFormBeanConfig
Set up instance variables required by this test case.
setUp() - Method in class org.apache.struts.config.TestForwardConfig
Set up instance variables required by this test case.
setUp() - Method in class org.apache.struts.config.TestModuleConfig
Set up instance variables required by this test case.
setUp() - Method in class org.apache.struts.faces.util.MessagesMapTestCase
Set up instance variables required by this test case.
setUp() - Method in class org.apache.struts.taglib.html.TestHtmlTag
Set up mock objects.
setUp() - Method in class org.apache.struts.taglib.TagTestBase
Helper method that creates/configures a basic configuration of Mock Objects.
setUp() - Method in class org.apache.struts.tiles.TestTilesPlugin
 
setUp() - Method in class org.apache.struts.util.TestPropertyMessageResources
 
setUp() - Method in class org.apache.struts.util.TestRequestUtils
 
setUp() - Method in class org.apache.struts.util.TestRequestUtilsPopulate
 
setUp() - Method in class org.apache.struts.validator.TestValidWhen
 
setupComplexProperties() - Method in class org.apache.struts.action.TestDynaActionForm
Set up the complex properties that cannot be configured from the initial value expression.
skiptestComputeParametersParamIdAsStringArray() - Method in class org.apache.struts.taglib.TestTagUtils
 
stringValue1 - Variable in class org.apache.struts.validator.PojoBean
 
stringValue2 - Variable in class org.apache.struts.validator.PojoBean
 
subConfig - Variable in class org.apache.struts.config.TestForwardConfig
The common subForward we'll use.
suite() - Static method in class org.apache.struts.action.TestActionMessage
 
suite() - Static method in class org.apache.struts.action.TestActionMessages
 
suite() - Static method in class org.apache.struts.action.TestActionServlet
 
suite() - Static method in class org.apache.struts.action.TestDynaActionForm
 
suite() - Static method in class org.apache.struts.action.TestDynaActionFormClass
 
suite() - Static method in class org.apache.struts.config.TestActionConfig
Return the tests included in this test suite.
suite() - Static method in class org.apache.struts.config.TestActionConfigMatcher
 
suite() - Static method in class org.apache.struts.config.TestFormBeanConfig
Return the tests included in this test suite.
suite() - Static method in class org.apache.struts.config.TestForwardConfig
Return the tests included in this test suite.
suite() - Static method in class org.apache.struts.config.TestModuleConfig
Return the tests included in this test suite.
suite() - Static method in class org.apache.struts.faces.util.MessagesMapTestCase
Return the tests included in this test suite.
suite() - Static method in class org.apache.struts.taglib.html.TestHtmlTag
 
suite() - Static method in class org.apache.struts.taglib.TestTagUtils
 
suite() - Static method in class org.apache.struts.tiles.TestTilesPlugin
 
suite() - Static method in class org.apache.struts.util.TestPropertyMessageResources
 
suite() - Static method in class org.apache.struts.util.TestRequestUtils
 
suite() - Static method in class org.apache.struts.util.TestRequestUtilsPopulate
 
suite() - Static method in class org.apache.struts.validator.TestValidWhen
 

T

TagTestBase - Class in org.apache.struts.taglib
 
TagTestBase() - Constructor for class org.apache.struts.taglib.TagTestBase
 
TagTestBase(String) - Constructor for class org.apache.struts.taglib.TagTestBase
 
tagutils - Variable in class org.apache.struts.taglib.TagTestBase
 
teaDown() - Method in class org.apache.struts.faces.util.MessagesMapTestCase
Tear down instance variables required by this test case.
tearDown() - Method in class org.apache.struts.action.TestActionMessage
 
tearDown() - Method in class org.apache.struts.action.TestActionMessages
 
tearDown() - Method in class org.apache.struts.action.TestActionServlet
Tear down instance variables required by this test case.
tearDown() - Method in class org.apache.struts.action.TestDynaActionForm
 
tearDown() - Method in class org.apache.struts.action.TestDynaActionFormClass
 
tearDown() - Method in class org.apache.struts.apps.mailreader.dao.BaseTestUserDatabase
 
tearDown() - Method in class org.apache.struts.apps.mailreader.dao.impl.memory.MemoryUserDatabaseTest
 
tearDown() - Method in class org.apache.struts.chain.commands.generic.TestWrappingLookupCommand
 
tearDown() - Method in class org.apache.struts.chain.commands.servlet.TestAuthorizeAction
 
tearDown() - Method in class org.apache.struts.chain.commands.servlet.TestPerformForward
 
tearDown() - Method in class org.apache.struts.chain.commands.servlet.TestSetOriginalURI
 
tearDown() - Method in class org.apache.struts.config.TestActionConfig
Tear down instance variables required by this test case.
tearDown() - Method in class org.apache.struts.config.TestActionConfigMatcher
 
tearDown() - Method in class org.apache.struts.config.TestFormBeanConfig
Tear down instance variables required by this test case.
tearDown() - Method in class org.apache.struts.config.TestForwardConfig
Tear down instance variables required by this test case.
tearDown() - Method in class org.apache.struts.config.TestModuleConfig
Tear down instance variables required by this test case.
tearDown() - Method in class org.apache.struts.taglib.TagTestBase
 
tearDown() - Method in class org.apache.struts.tiles.TestTilesPlugin
 
tearDown() - Method in class org.apache.struts.util.TestPropertyMessageResources
 
tearDown() - Method in class org.apache.struts.util.TestRequestUtils
 
tearDown() - Method in class org.apache.struts.util.TestRequestUtilsPopulate
 
tearDown() - Method in class org.apache.struts.validator.TestValidWhen
 
test_boolean_isXhtml_PageContext() - Method in class org.apache.struts.taglib.TestTagUtils
 
test_Object_lookup_PageContext_String__String1() - Method in class org.apache.struts.taglib.TestTagUtils
 
test_Object_lookup_PageContext_String__String2() - Method in class org.apache.struts.taglib.TestTagUtils
 
test_Object_lookup_PageContext_String__String3() - Method in class org.apache.struts.taglib.TestTagUtils
 
test_Object_lookup_PageContext_String_String_String1() - Method in class org.apache.struts.taglib.TestTagUtils
 
test_Object_lookup_PageContext_String_String_String2() - Method in class org.apache.struts.taglib.TestTagUtils
 
test_Object_lookup_PageContext_String_String_String3() - Method in class org.apache.struts.taglib.TestTagUtils
 
test_values - Variable in class org.apache.struts.action.TestActionMessage
 
testAbsoluteURL() - Method in class org.apache.struts.util.TestRequestUtils
 
TestActionConfig - Class in org.apache.struts.config
Unit tests for the org.apache.struts.config.ActionConfig class.
TestActionConfig(String) - Constructor for class org.apache.struts.config.TestActionConfig
Construct a new instance of this test case.
TestActionConfig.CustomActionConfig - Class in org.apache.struts.config
Used to detect that ActionConfig is making the right calls.
TestActionConfig.CustomActionConfig() - Constructor for class org.apache.struts.config.TestActionConfig.CustomActionConfig
 
TestActionConfigMatcher - Class in org.apache.struts.config
Unit tests for org.apache.struts.util.ActionConfigMatcher.
TestActionConfigMatcher(String) - Constructor for class org.apache.struts.config.TestActionConfigMatcher
 
TestActionMessage - Class in org.apache.struts.action
Unit tests for the org.apache.struts.action.ActionMessage class.
TestActionMessage(String) - Constructor for class org.apache.struts.action.TestActionMessage
Defines the testcase name for JUnit.
TestActionMessages - Class in org.apache.struts.action
Unit tests for the org.apache.struts.action.ActionMessages class.
TestActionMessages(String) - Constructor for class org.apache.struts.action.TestActionMessages
Defines the testcase name for JUnit.
testActionMessages_getActionMessages_PageContext_String1() - Method in class org.apache.struts.taglib.TestTagUtils
 
testActionMessages_getActionMessages_PageContext_String2() - Method in class org.apache.struts.taglib.TestTagUtils
 
testActionMessages_getActionMessages_PageContext_String3() - Method in class org.apache.struts.taglib.TestTagUtils
 
testActionMessages_getActionMessages_PageContext_String4() - Method in class org.apache.struts.taglib.TestTagUtils
 
testActionMessages_getActionMessages_PageContext_String5() - Method in class org.apache.struts.taglib.TestTagUtils
 
testActionMessages_getActionMessages_PageContext_String6() - Method in class org.apache.struts.taglib.TestTagUtils
 
testActionMessageWithArrayValues() - Method in class org.apache.struts.action.TestActionMessage
 
testActionMessageWithAStringValue() - Method in class org.apache.struts.action.TestActionMessage
 
testActionMessageWithFourValues() - Method in class org.apache.struts.action.TestActionMessage
 
testActionMessageWithNoValue() - Method in class org.apache.struts.action.TestActionMessage
 
testActionMessageWithThreeValues() - Method in class org.apache.struts.action.TestActionMessage
 
testActionMessageWithTwoValues() - Method in class org.apache.struts.action.TestActionMessage
 
testActionNoResource() - Method in class org.apache.struts.action.TestActionMessage
 
TestActionRedirect - Class in org.apache.struts.action
Unit tests for the ActionRedirect class.
TestActionRedirect(String) - Constructor for class org.apache.struts.action.TestActionRedirect
 
testActionRedirectAddParameter() - Method in class org.apache.struts.action.TestActionRedirect
Test all addParameter methods accepting different data types.
testActionRedirectAddSameNameParameter() - Method in class org.apache.struts.action.TestActionRedirect
Test adding parameters with the same name.
testActionRedirectFromExistingForward() - Method in class org.apache.struts.action.TestActionRedirect
Test creating an ActionRedirect which copies its configuration from an existing ActionForward (except for the "redirect" property).
testActionRedirectRedirectFlag() - Method in class org.apache.struts.action.TestActionRedirect
Check that the redirect flag is set.
testActionRedirectWithAnchor() - Method in class org.apache.struts.action.TestActionRedirect
Test redirect with anchor.
TestActionServlet - Class in org.apache.struts.action
Suite of unit tests for the org.apache.struts.action.ActionServlet class.
TestActionServlet(String) - Constructor for class org.apache.struts.action.TestActionServlet
Defines the testcase name for JUnit.
TestActionServlet.CustomActionConfig - Class in org.apache.struts.action
Used for testing custom ActionConfig classes.
TestActionServlet.CustomActionConfig() - Constructor for class org.apache.struts.action.TestActionServlet.CustomActionConfig
 
TestActionServlet.CustomActionConfig(String) - Constructor for class org.apache.struts.action.TestActionServlet.CustomActionConfig
 
TestActionServlet.CustomExceptionConfig - Class in org.apache.struts.action
Used for testing custom ExceptionConfig classes.
TestActionServlet.CustomExceptionConfig() - Constructor for class org.apache.struts.action.TestActionServlet.CustomExceptionConfig
 
TestActionServlet.CustomFormBeanConfig - Class in org.apache.struts.action
Used for testing custom FormBeanConfig classes.
TestActionServlet.CustomFormBeanConfig() - Constructor for class org.apache.struts.action.TestActionServlet.CustomFormBeanConfig
 
TestActionServlet.CustomForwardConfig - Class in org.apache.struts.action
Used for testing custom ForwardConfig classes.
TestActionServlet.CustomForwardConfig() - Constructor for class org.apache.struts.action.TestActionServlet.CustomForwardConfig
 
TestActionServlet.CustomForwardConfig(String, String) - Constructor for class org.apache.struts.action.TestActionServlet.CustomForwardConfig
 
testActionURL1() - Method in class org.apache.struts.util.TestRequestUtils
 
testActionURL2() - Method in class org.apache.struts.util.TestRequestUtils
 
testActionURL3() - Method in class org.apache.struts.util.TestRequestUtils
 
testActionWithTwoIntegers() - Method in class org.apache.struts.action.TestActionMessage
 
testAddMessages() - Method in class org.apache.struts.action.TestActionMessages
Tests adding an ActionMessages object to an ActionMessages object.
TestAuthorizeAction - Class in org.apache.struts.chain.commands.servlet
 
TestAuthorizeAction(String) - Constructor for class org.apache.struts.chain.commands.servlet.TestAuthorizeAction
 
testAuthorizeNoRoles() - Method in class org.apache.struts.chain.commands.servlet.TestAuthorizeAction
 
testAuthorizeOneOfManyRoles() - Method in class org.apache.struts.chain.commands.servlet.TestAuthorizeAction
 
testAuthorizeOneRole() - Method in class org.apache.struts.chain.commands.servlet.TestAuthorizeAction
 
testBasicInherit() - Method in class org.apache.struts.config.TestFormPropertyConfig
 
testBean - Variable in class org.apache.struts.validator.TestValidWhen
 
testBeanCreate() - Method in class org.apache.struts.action.TestDynaActionForm
 
testCase01() - Method in class org.apache.struts.apps.mailreader.dao.BaseTestUserDatabase
 
testCase010() - Method in class org.apache.struts.apps.mailreader.dao.BaseTestUserDatabase
 
testCase011() - Method in class org.apache.struts.apps.mailreader.dao.BaseTestUserDatabase
 
testCase02() - Method in class org.apache.struts.apps.mailreader.dao.BaseTestUserDatabase
 
testCase03() - Method in class org.apache.struts.apps.mailreader.dao.BaseTestUserDatabase
 
testCase04() - Method in class org.apache.struts.apps.mailreader.dao.BaseTestUserDatabase
 
testCase04a() - Method in class org.apache.struts.apps.mailreader.dao.BaseTestUserDatabase
 
testCase05() - Method in class org.apache.struts.apps.mailreader.dao.BaseTestUserDatabase
 
testCase05a() - Method in class org.apache.struts.apps.mailreader.dao.BaseTestUserDatabase
 
testCase06() - Method in class org.apache.struts.apps.mailreader.dao.BaseTestUserDatabase
 
testCase07() - Method in class org.apache.struts.apps.mailreader.dao.BaseTestUserDatabase
 
testCase08() - Method in class org.apache.struts.apps.mailreader.dao.BaseTestUserDatabase
 
testCase09() - Method in class org.apache.struts.apps.mailreader.dao.BaseTestUserDatabase
 
testCheckCircularInheritance() - Method in class org.apache.struts.config.TestActionConfig
Basic check that shouldn't detect circular inheritance.
testCheckCircularInheritance() - Method in class org.apache.struts.config.TestFormBeanConfig
Basic check that shouldn't detect an error.
testCheckCircularInheritanceActionForwardExtendGlobal() - Method in class org.apache.struts.config.TestForwardConfig
Test checkCircularInheritance() for circular inheritance between a forward declared in an action and a global forward.
testCheckCircularInheritanceActionForwardExtendGlobalSameName() - Method in class org.apache.struts.config.TestForwardConfig
Test checkCircularInheritance() for circular inheritance between a forward declared in an action and a global forward and both forwards have the same name.
testCheckCircularInheritanceActionForwardsBasic() - Method in class org.apache.struts.config.TestForwardConfig
Test checkCircularInheritance() for circular inheritance between forwards in an action.
testCheckCircularInheritanceActionForwardsNoConflict() - Method in class org.apache.struts.config.TestForwardConfig
Test checkCircularInheritance() for circular inheritance between forwards in an action.
testCheckCircularInheritanceBasicGlobal() - Method in class org.apache.struts.config.TestForwardConfig
Test checkCircularInheritance() for circular inheritance between global forwards.
testCheckCircularInheritanceError() - Method in class org.apache.struts.config.TestActionConfig
Basic check that should detect circular inheritance.
testCheckCircularInheritanceError() - Method in class org.apache.struts.config.TestFormBeanConfig
Basic check that SHOULD detect an error.
testCheckCircularInheritanceGlobal2Levels() - Method in class org.apache.struts.config.TestForwardConfig
Test checkCircularInheritance() for circular inheritance between global forwards.
testCheckCircularInheritanceNoConflicts() - Method in class org.apache.struts.config.TestForwardConfig
Test checkCircularInheritance() for when there is no circular inheritance.
testCheckCircularInheritanceNoExtends() - Method in class org.apache.struts.config.TestForwardConfig
Make sure checkCircularInheritance() works as expected where there is no inheritance set up.
testCheckMultipleSubstitutions() - Method in class org.apache.struts.config.TestActionConfigMatcher
 
testCheckSubstitutionsMatch() - Method in class org.apache.struts.config.TestActionConfigMatcher
 
testClassCreate() - Method in class org.apache.struts.action.TestDynaActionFormClass
 
testComputeParameters0a() - Method in class org.apache.struts.taglib.TestTagUtils
 
testComputeParameters0b() - Method in class org.apache.struts.taglib.TestTagUtils
 
testComputeParameters1a() - Method in class org.apache.struts.taglib.TestTagUtils
 
testComputeParameters1b() - Method in class org.apache.struts.taglib.TestTagUtils
 
testComputeParameters1c() - Method in class org.apache.struts.taglib.TestTagUtils
 
testComputeParameters2a() - Method in class org.apache.struts.taglib.TestTagUtils
 
testComputeParameters2b() - Method in class org.apache.struts.taglib.TestTagUtils
 
testComputeParameters2c() - Method in class org.apache.struts.taglib.TestTagUtils
 
testComputeParameters2d() - Method in class org.apache.struts.taglib.TestTagUtils
 
testComputeParameters3a() - Method in class org.apache.struts.taglib.TestTagUtils
 
testComputeParameters3aa() - Method in class org.apache.struts.taglib.TestTagUtils
 
testComputeParameters3b() - Method in class org.apache.struts.taglib.TestTagUtils
 
testComputeParametersBeanNotFound() - Method in class org.apache.struts.taglib.TestTagUtils
 
testComputeParametersInvalidScope() - Method in class org.apache.struts.taglib.TestTagUtils
 
testComputeParametersParamIdParamPropThrowException() - Method in class org.apache.struts.taglib.TestTagUtils
 
testComputeParametersParamValueToString() - Method in class org.apache.struts.taglib.TestTagUtils
 
testComputeParametersPropertyThrowsException() - Method in class org.apache.struts.taglib.TestTagUtils
 
testComputeURL1a() - Method in class org.apache.struts.taglib.TestTagUtils
 
testComputeURL1b() - Method in class org.apache.struts.taglib.TestTagUtils
 
testComputeURL1c() - Method in class org.apache.struts.taglib.TestTagUtils
 
testComputeURL1d() - Method in class org.apache.struts.taglib.TestTagUtils
 
testComputeURL1e() - Method in class org.apache.struts.taglib.TestTagUtils
 
testComputeURL1f() - Method in class org.apache.struts.taglib.TestTagUtils
 
testComputeURL1g() - Method in class org.apache.struts.taglib.TestTagUtils
 
testComputeURL1h() - Method in class org.apache.struts.taglib.TestTagUtils
 
testComputeURL2a() - Method in class org.apache.struts.taglib.TestTagUtils
 
testComputeURL2b() - Method in class org.apache.struts.taglib.TestTagUtils
 
testComputeURL2c() - Method in class org.apache.struts.taglib.TestTagUtils
 
testComputeURL2d() - Method in class org.apache.struts.taglib.TestTagUtils
 
testComputeURL2e() - Method in class org.apache.struts.taglib.TestTagUtils
 
testComputeURL2f() - Method in class org.apache.struts.taglib.TestTagUtils
 
testComputeURL2g() - Method in class org.apache.struts.taglib.TestTagUtils
 
testComputeURL2h() - Method in class org.apache.struts.taglib.TestTagUtils
 
testComputeURL3a() - Method in class org.apache.struts.taglib.TestTagUtils
 
testComputeURL3b() - Method in class org.apache.struts.taglib.TestTagUtils
 
testComputeURL3c() - Method in class org.apache.struts.taglib.TestTagUtils
 
testComputeURL3d() - Method in class org.apache.struts.taglib.TestTagUtils
 
testComputeURL3e() - Method in class org.apache.struts.taglib.TestTagUtils
 
testComputeURL3f() - Method in class org.apache.struts.taglib.TestTagUtils
 
testComputeURL3g() - Method in class org.apache.struts.taglib.TestTagUtils
 
testComputeURL3h() - Method in class org.apache.struts.taglib.TestTagUtils
 
testComputeURL3i() - Method in class org.apache.struts.taglib.TestTagUtils
 
testComputeURL3j() - Method in class org.apache.struts.taglib.TestTagUtils
 
testComputeURL3k() - Method in class org.apache.struts.taglib.TestTagUtils
 
testComputeURL3l() - Method in class org.apache.struts.taglib.TestTagUtils
 
testComputeURL3m() - Method in class org.apache.struts.taglib.TestTagUtils
 
testComputeURLCharacterEncoding() - Method in class org.apache.struts.taglib.TestTagUtils
 
testComputeURLCharacterEncodingAction() - Method in class org.apache.struts.taglib.TestTagUtils
 
testComputeURLCharacterEncodingMultipleSpecifier() - Method in class org.apache.struts.taglib.TestTagUtils
 
testConfigAdd() - Method in class org.apache.struts.action.TestDynaActionFormClass
 
testConfigCreate() - Method in class org.apache.struts.action.TestDynaActionFormClass
 
testConfigDuplicate() - Method in class org.apache.struts.action.TestDynaActionFormClass
 
testConfigInitialValues() - Method in class org.apache.struts.action.TestDynaActionFormClass
 
testConfigProperties() - Method in class org.apache.struts.action.TestDynaActionFormClass
 
testConfigRemove() - Method in class org.apache.struts.action.TestDynaActionFormClass
 
testContainsKey() - Method in class org.apache.struts.faces.util.MessagesMapTestCase
Test the containsKey() method.
TestCopyFormToContext - Class in org.apache.struts.chain.commands.generic
 
TestCopyFormToContext() - Constructor for class org.apache.struts.chain.commands.generic.TestCopyFormToContext
 
testCopyToDefaultContextKey() - Method in class org.apache.struts.chain.commands.generic.TestCopyFormToContext
 
testCreateActionForm1a() - Method in class org.apache.struts.util.TestRequestUtils
 
testCreateActionForm1b() - Method in class org.apache.struts.util.TestRequestUtils
 
testCreateActionForm2a() - Method in class org.apache.struts.util.TestRequestUtils
 
testCreateActionForm2b() - Method in class org.apache.struts.util.TestRequestUtils
 
testCreateActionForm3a() - Method in class org.apache.struts.util.TestRequestUtils
 
testCreateActionForm3b() - Method in class org.apache.struts.util.TestRequestUtils
 
testCreateActionForm4a() - Method in class org.apache.struts.util.TestRequestUtils
 
testCustomMappingParse() - Method in class org.apache.struts.config.TestModuleConfig
Tests a struts-config.xml that contains a custom mapping and property.
testCustomMappingParse1_1() - Method in class org.apache.struts.config.TestModuleConfig
Tests a struts-config.xml that contains a custom mapping and property.
testDefaultMode() - Method in class org.apache.struts.util.TestPropertyMessageResources
Test Struts default PropertyMessageResources behaviour
TestDynaActionForm - Class in org.apache.struts.action
Suite of unit tests for the org.apache.struts.action.DynaActionForm class.
TestDynaActionForm(String) - Constructor for class org.apache.struts.action.TestDynaActionForm
Defines the testcase name for JUnit.
TestDynaActionFormClass - Class in org.apache.struts.action
Suite of unit tests for the org.apache.struts.action.DynaActionFormClass class.
TestDynaActionFormClass(String) - Constructor for class org.apache.struts.action.TestDynaActionFormClass
Defines the testcase name for JUnit.
testEmpty() - Method in class org.apache.struts.action.TestActionMessages
 
testencodeURL1() - Method in class org.apache.struts.taglib.TestTagUtils
 
testExceptionHandlingWithNullEverything() - Method in class org.apache.struts.chain.commands.generic.TestCopyFormToContext
 
testExceptionHandlingWithNullFormName() - Method in class org.apache.struts.chain.commands.generic.TestCopyFormToContext
 
testFilter() - Method in class org.apache.struts.taglib.TestTagUtils
Test Operators.
TestFormBeanConfig - Class in org.apache.struts.config
Unit tests for the org.apache.struts.config.FormBeanConfig class.
TestFormBeanConfig(String) - Constructor for class org.apache.struts.config.TestFormBeanConfig
Construct a new instance of this test case.
TestFormBeanConfig.CustomFormBeanConfig - Class in org.apache.struts.config
Used to detect that FormBeanConfig is making the right calls.
TestFormBeanConfig.CustomFormBeanConfig() - Constructor for class org.apache.struts.config.TestFormBeanConfig.CustomFormBeanConfig
 
TestFormPropertyConfig - Class in org.apache.struts.config
Unit tests for the org.apache.struts.config.FormPropertyConfig class.
TestFormPropertyConfig() - Constructor for class org.apache.struts.config.TestFormPropertyConfig
 
TestForwardConfig - Class in org.apache.struts.config
Unit tests for ForwardConfig.
TestForwardConfig(String) - Constructor for class org.apache.struts.config.TestForwardConfig
Construct a new instance of this test case.
testForwardURL1() - Method in class org.apache.struts.util.TestRequestUtils
 
testForwardURL2() - Method in class org.apache.struts.util.TestRequestUtils
 
testForwardURL3() - Method in class org.apache.struts.util.TestRequestUtils
 
testForwardURLa() - Method in class org.apache.struts.util.TestRequestUtils
 
testGet() - Method in class org.apache.struts.faces.util.MessagesMapTestCase
Test the get() method.
testGetActionErrors1a() - Method in class org.apache.struts.taglib.TestTagUtils
 
testGetActionErrors1b() - Method in class org.apache.struts.taglib.TestTagUtils
 
testGetActionErrors1c() - Method in class org.apache.struts.taglib.TestTagUtils
 
testGetActionErrors1d() - Method in class org.apache.struts.taglib.TestTagUtils
 
testGetActionErrors1e() - Method in class org.apache.struts.taglib.TestTagUtils
 
testGetActionMappingName1() - Method in class org.apache.struts.taglib.TestTagUtils
 
testGetDescriptorArguments() - Method in class org.apache.struts.action.TestDynaActionForm
Corner cases on getDynaProperty invalid arguments.
testGetDescriptorBase(String, Class) - Method in class org.apache.struts.action.TestDynaActionForm
Base for testGetDescriptorXxxxx() series of tests.
testGetDescriptorBoolean() - Method in class org.apache.struts.action.TestDynaActionForm
Positive getDynaProperty on property booleanProperty.
testGetDescriptorDouble() - Method in class org.apache.struts.action.TestDynaActionForm
Positive getDynaProperty on property doubleProperty.
testGetDescriptorFloat() - Method in class org.apache.struts.action.TestDynaActionForm
Positive getDynaProperty on property floatProperty.
testGetDescriptorInt() - Method in class org.apache.struts.action.TestDynaActionForm
Positive getDynaProperty on property intProperty.
testGetDescriptorLong() - Method in class org.apache.struts.action.TestDynaActionForm
Positive getDynaProperty on property longProperty.
testGetDescriptors() - Method in class org.apache.struts.action.TestDynaActionForm
Positive test for getDynaPropertys().
testGetDescriptorSecond() - Method in class org.apache.struts.action.TestDynaActionForm
Positive getDynaProperty on property booleanSecond that uses an "is" method as the getter.
testGetDescriptorShort() - Method in class org.apache.struts.action.TestDynaActionForm
Positive getDynaProperty on property shortProperty.
testGetDescriptorString() - Method in class org.apache.struts.action.TestDynaActionForm
Positive getDynaProperty on property stringProperty.
testGetForAProperty() - Method in class org.apache.struts.action.TestActionMessages
 
testGetIndexedArguments() - Method in class org.apache.struts.action.TestDynaActionForm
Corner cases on getIndexedProperty invalid arguments.
testGetIndexedValues() - Method in class org.apache.struts.action.TestDynaActionForm
Positive and negative tests on getIndexedProperty valid arguments.
testGetMappedArguments() - Method in class org.apache.struts.action.TestDynaActionForm
Corner cases on getMappedProperty invalid arguments.
testGetMappedValues() - Method in class org.apache.struts.action.TestDynaActionForm
Positive and negative tests on getMappedProperty valid arguments.
testGetSimpleArguments() - Method in class org.apache.struts.action.TestDynaActionForm
Corner cases on getSimpleProperty invalid arguments.
testGetSimpleBoolean() - Method in class org.apache.struts.action.TestDynaActionForm
Test getSimpleProperty on a boolean property.
testGetSimpleDouble() - Method in class org.apache.struts.action.TestDynaActionForm
Test getSimpleProperty on a double property.
testGetSimpleFloat() - Method in class org.apache.struts.action.TestDynaActionForm
Test getSimpleProperty on a float property.
testGetSimpleInt() - Method in class org.apache.struts.action.TestDynaActionForm
Test getSimpleProperty on a int property.
testGetSimpleLong() - Method in class org.apache.struts.action.TestDynaActionForm
Test getSimpleProperty on a long property.
testGetSimpleShort() - Method in class org.apache.struts.action.TestDynaActionForm
Test getSimpleProperty on a short property.
testGetSimpleString() - Method in class org.apache.struts.action.TestDynaActionForm
Test getSimpleProperty on a String property.
testGetWithNoProperty() - Method in class org.apache.struts.action.TestActionMessages
 
TestHtmlTag - Class in org.apache.struts.taglib.html
Unit tests for the HtmlTag.
TestHtmlTag(String) - Constructor for class org.apache.struts.taglib.html.TestHtmlTag
Defines the testcase name for JUnit.
testI18FactorySet_A() - Method in class org.apache.struts.tiles.TestTilesPlugin
Test I18nFactorySet.
testI18FactorySet_B() - Method in class org.apache.struts.tiles.TestTilesPlugin
Test I18nFactorySet.
testIndexedInitialize() - Method in class org.apache.struts.action.TestDynaActionForm
 
testInheritBoolean() - Method in class org.apache.struts.config.TestActionConfig
Make sure that correct exception is thrown if a base action can't be found.
testInheritFrom() - Method in class org.apache.struts.config.TestActionConfig
Test a typical form bean configuration extension where various forwards and exception handlers should be inherited from a base form.
testInheritFrom() - Method in class org.apache.struts.config.TestFormBeanConfig
Test a typical form bean configuration extension where various properties should be inherited from a base form.
testInheritWithInitialOverride() - Method in class org.apache.struts.config.TestFormPropertyConfig
 
testInheritWithSizeOverride() - Method in class org.apache.struts.config.TestFormPropertyConfig
 
testInheritWithTypeOverride() - Method in class org.apache.struts.config.TestFormPropertyConfig
 
testInheritWithTypeOverride2() - Method in class org.apache.struts.config.TestFormPropertyConfig
 
testInitDestroyInternal() - Method in class org.apache.struts.action.TestActionServlet
Verify that we can initialize and destroy our internal message resources object.
testInitModuleActionConfigsNoExtends() - Method in class org.apache.struts.action.TestActionServlet
Test that nothing fails if there are no extensions.
testInitModuleExceptionConfigsNoExtends() - Method in class org.apache.struts.action.TestActionServlet
Test that nothing fails if there are no extensions.
testInitModuleExceptionConfigsNullFormType() - Method in class org.apache.struts.action.TestActionServlet
Test that initModuleExceptionConfigs throws an exception when a handler with a null key is present.
testInitModuleFormBeansNoExtends() - Method in class org.apache.struts.action.TestActionServlet
Test that nothing fails if there are no extensions.
testInitModuleFormBeansNullFormType() - Method in class org.apache.struts.action.TestActionServlet
Test that initModuleFormBeans throws an exception when a form with a null type is present.
testInitModuleFormBeansNullPropType() - Method in class org.apache.struts.action.TestActionServlet
Test that initModuleFormBeans throws an exception when a form whose prop type is null is present.
testInitModuleForwardConfigsNoExtends() - Method in class org.apache.struts.action.TestActionServlet
Test that nothing fails if there are no extensions.
testInitModuleForwardsNullFormType() - Method in class org.apache.struts.action.TestActionServlet
Test that initModuleForwards throws an exception when a forward with a null path is present.
testInvalidCountry() - Method in class org.apache.struts.taglib.html.TestHtmlTag
Test an invalid "country"
testInvalidLanguage() - Method in class org.apache.struts.taglib.html.TestHtmlTag
Test an invalid "language"
testJoined() - Method in class org.apache.struts.validator.TestValidWhen
Test Joined expressions ('and' or 'or')
testJstlMode() - Method in class org.apache.struts.util.TestPropertyMessageResources
Test JSTL compatible PropertyMessageResources behaviour
testLocale_getUserLocale_PageContext_String() - Method in class org.apache.struts.taglib.TestTagUtils
 
testLookupByActionPath() - Method in class org.apache.struts.chain.commands.generic.TestCopyFormToContext
 
testLookupByNameAndRequestScope() - Method in class org.apache.struts.chain.commands.generic.TestCopyFormToContext
 
testLookupByNameAndSessionScope() - Method in class org.apache.struts.chain.commands.generic.TestCopyFormToContext
 
testMappedContains() - Method in class org.apache.struts.action.TestDynaActionForm
Test contains() method for mapped properties.
testMappedRemove() - Method in class org.apache.struts.action.TestDynaActionForm
Test remove() method for mapped properties.
testMessageApplicationBadKey() - Method in class org.apache.struts.taglib.TestTagUtils
 
testMessageApplicationGoodKey() - Method in class org.apache.struts.taglib.TestTagUtils
 
testMessageApplicationGoodKeyWithNullParams() - Method in class org.apache.struts.taglib.TestTagUtils
 
testMessageApplicationGoodKeyWithParams() - Method in class org.apache.struts.taglib.TestTagUtils
 
testMessageBadParams() - Method in class org.apache.struts.taglib.TestTagUtils
Testing message() public String message( PageContext pageContext, String bundle, String locale, String key) throws JspException
testMessageRequestBadKey() - Method in class org.apache.struts.taglib.TestTagUtils
 
testMessageRequestGoodKey() - Method in class org.apache.struts.taglib.TestTagUtils
 
testMessageRequestGoodKeyWithNullParams() - Method in class org.apache.struts.taglib.TestTagUtils
Tests for: public String message( PageContext pageContext, String bundle, String locale, String key, Object args[]) throws JspException
testMessageRequestGoodKeyWithParams() - Method in class org.apache.struts.taglib.TestTagUtils
 
testMessageSessionBadKey() - Method in class org.apache.struts.taglib.TestTagUtils
 
TestModuleConfig - Class in org.apache.struts.config
Unit tests for the org.apache.struts.config package.
TestModuleConfig(String) - Constructor for class org.apache.struts.config.TestModuleConfig
Construct a new instance of this test case.
testModuleConfig_getModuleConfig_PageContext() - Method in class org.apache.struts.taglib.TestTagUtils
 
testMultiFactory() - Method in class org.apache.struts.tiles.TestTilesPlugin
Test multi factory creation when moduleAware=true.
testMultipartVisibility() - Method in class org.apache.struts.util.TestRequestUtilsPopulate
Ensure that the getMultipartRequestHandler cannot be seen in a subclass of ActionForm.
testNoMatch() - Method in class org.apache.struts.config.TestActionConfigMatcher
 
testNotAuthorizedOneOfManyRoles() - Method in class org.apache.struts.chain.commands.servlet.TestAuthorizeAction
 
testNotAuthorizedOneRole() - Method in class org.apache.struts.chain.commands.servlet.TestAuthorizeAction
 
testNotEmpty() - Method in class org.apache.struts.action.TestActionMessages
 
testNoWildcardMatch() - Method in class org.apache.struts.config.TestActionConfigMatcher
 
testNull() - Method in class org.apache.struts.validator.TestValidWhen
Test Null.
testNullForwardPath() - Method in class org.apache.struts.chain.commands.servlet.TestPerformForward
 
testNumeric() - Method in class org.apache.struts.validator.TestValidWhen
Test Numeric values.
testOperators() - Method in class org.apache.struts.validator.TestValidWhen
Test Operators.
testOverrideInstance() - Method in class org.apache.struts.taglib.TestTagUtils
 
testPageURL1() - Method in class org.apache.struts.taglib.TestTagUtils
 
testPageURL2() - Method in class org.apache.struts.taglib.TestTagUtils
 
testPageURL3a() - Method in class org.apache.struts.taglib.TestTagUtils
 
testPageURL3b() - Method in class org.apache.struts.taglib.TestTagUtils
 
testParse() - Method in class org.apache.struts.config.TestModuleConfig
Test parsing of a struts-config.xml file.
testParse1_1() - Method in class org.apache.struts.config.TestModuleConfig
 
testParseBase(String, String, String) - Method in class org.apache.struts.config.TestModuleConfig
 
TestPerformForward - Class in org.apache.struts.chain.commands.servlet
 
TestPerformForward(String) - Constructor for class org.apache.struts.chain.commands.servlet.TestPerformForward
 
testPresentBadKey() - Method in class org.apache.struts.taglib.TestTagUtils
 
testPresentGoodKey() - Method in class org.apache.struts.taglib.TestTagUtils
 
testPresentNulls() - Method in class org.apache.struts.taglib.TestTagUtils
Tests for: public boolean present( PageContext pageContext, String bundle, String locale, String key) throws JspException {
testPreserveActionMappingsOrder() - Method in class org.apache.struts.config.TestModuleConfig
Test order of action mappings defined perserved.
testPristine() - Method in class org.apache.struts.faces.util.MessagesMapTestCase
Test a pristine instance, and all unsupported methods.
testProcessActionConfigClass() - Method in class org.apache.struts.action.TestActionServlet
Make sure processActionConfigClass() returns an instance of the correct class if the base config is using a custom class.
testProcessActionConfigClassNoExtends() - Method in class org.apache.struts.action.TestActionServlet
Make sure processActionConfigClass() returns what it was given if the action passed to it doesn't extend anything.
testProcessActionConfigClassOverriddenSubConfigClass() - Method in class org.apache.struts.action.TestActionServlet
Test the case where the subconfig has already specified its own config class.
testProcessActionConfigClassSubConfigCustomClass() - Method in class org.apache.struts.action.TestActionServlet
Make sure processActionConfigClass() returns the same class instance if the base config isn't using a custom class.
testProcessActionExtension() - Method in class org.apache.struts.action.TestActionServlet
Test that processActionConfigExtension() calls processExtends()
testProcessActionExtensionWithExceptionConfig() - Method in class org.apache.struts.action.TestActionServlet
Test that an ActionConfig's ExceptionConfig can inherit from a global ExceptionConfig.
testProcessActionExtensionWithForwardConfig() - Method in class org.apache.struts.action.TestActionServlet
Test that an ActionConfig's ForwardConfig can inherit from a global ForwardConfig.
testProcessExceptionConfigClass() - Method in class org.apache.struts.action.TestActionServlet
Make sure processExceptionConfigClass() returns an instance of the correct class if the base config is using a custom class.
testProcessExceptionConfigClassNoExtends() - Method in class org.apache.struts.action.TestActionServlet
Make sure processExceptionConfigClass() returns what it was given if the handler passed to it doesn't extend anything.
testProcessExceptionConfigClassOverriddenSubFormClass() - Method in class org.apache.struts.action.TestActionServlet
Test the case where the subconfig has already specified its own config class.
testProcessExceptionConfigClassSubConfigCustomClass() - Method in class org.apache.struts.action.TestActionServlet
Make sure processExceptionConfigClass() returns the same class instance if the base config isn't using a custom class.
testProcessExceptionExtension() - Method in class org.apache.struts.action.TestActionServlet
Test that processExceptionExtension() calls processExtends()
testProcessExtendsActionExtends() - Method in class org.apache.struts.config.TestActionConfig
Test that processExtends() makes sure that a base action's own extension has been processed.
testProcessExtendsActionExtendsActionExtendsGlobalWithSameName() - Method in class org.apache.struts.config.TestForwardConfig
Test processExtends() where an action ForwardConfig extends another ForwardConfig, which in turn extends a global ForwardConfig with the same name.
testProcessExtendsBaseFormExtends() - Method in class org.apache.struts.config.TestFormBeanConfig
Test that processExtends() makes sure that a base form's own extension has been processed.
testProcessExtendsBasicExtension() - Method in class org.apache.struts.config.TestForwardConfig
Test processExtends() with a basic extension.
testProcessExtendsBasicGlobalExtension() - Method in class org.apache.struts.config.TestForwardConfig
Test processExtends() with a basic extension between an action config and a global config.
testProcessExtendsConfigured() - Method in class org.apache.struts.config.TestForwardConfig
Make sure processExtends() throws an error when the config is already configured.
testProcessExtendsGlobalExtendingAction() - Method in class org.apache.struts.config.TestForwardConfig
Test processExtends() with an incorrect setup where a global config attempts to extend an action config.
testProcessExtendsMissingAction() - Method in class org.apache.struts.config.TestActionConfig
Make sure that correct exception is thrown if a base action can't be found.
testProcessExtendsMissingBaseForm() - Method in class org.apache.struts.config.TestFormBeanConfig
Make sure that correct exception is thrown if a base form can't be found.
testProcessExtendsNoExtension() - Method in class org.apache.struts.config.TestForwardConfig
Test processExtends() when nothing is extended.
testProcessExtendsSameNames() - Method in class org.apache.struts.config.TestForwardConfig
Test processExtends() with an action config that extends a global config with the same name.
testProcessFormBeanConfigClass() - Method in class org.apache.struts.action.TestActionServlet
Make sure processFormBeanConfigClass() returns an instance of the correct class if the base config is using a custom class.
testProcessFormBeanConfigClassNoExtends() - Method in class org.apache.struts.action.TestActionServlet
Make sure processFormBeanConfigClass() returns what it was given if the form passed to it doesn't extend anything.
testProcessFormBeanConfigClassOverriddenSubFormClass() - Method in class org.apache.struts.action.TestActionServlet
Test the case where the subform has already specified its own form bean config class.
testProcessFormBeanConfigClassSubFormCustomClass() - Method in class org.apache.struts.action.TestActionServlet
Make sure processFormBeanConfigClass() returns the same class instance if the base config isn't using a custom class.
testProcessFormBeanExtension() - Method in class org.apache.struts.action.TestActionServlet
Test that processFormBeanExtension() calls processExtends()
testProcessForwardConfigClass() - Method in class org.apache.struts.action.TestActionServlet
Make sure processForwardConfigClass() returns an instance of the correct class if the base config is using a custom class.
testProcessForwardConfigClassNoExtends() - Method in class org.apache.struts.action.TestActionServlet
Make sure processForwardConfigClass() returns what it was given if the forward passed to it doesn't extend anything.
testProcessForwardConfigClassOverriddenSubConfigClass() - Method in class org.apache.struts.action.TestActionServlet
Test the case where the subconfig has already specified its own config class.
testProcessForwardConfigClassSubConfigCustomClass() - Method in class org.apache.struts.action.TestActionServlet
Make sure processForwardConfigClass() returns the same class instance if the base config isn't using a custom class.
testProcessForwardExtension() - Method in class org.apache.struts.action.TestActionServlet
Test that processForwardExtension() calls processExtends()
testProperty() - Method in class org.apache.struts.validator.TestValidWhen
Test Operators.
TestPropertyMessageResources - Class in org.apache.struts.util
Unit tests for PropertyMessageResources.
TestPropertyMessageResources(String) - Constructor for class org.apache.struts.util.TestPropertyMessageResources
 
testRequestURL() - Method in class org.apache.struts.util.TestRequestUtils
 
TestRequestUtils - Class in org.apache.struts.util
Unit tests for org.apache.struts.util.RequestUtils.
TestRequestUtils(String) - Constructor for class org.apache.struts.util.TestRequestUtils
 
TestRequestUtilsPopulate - Class in org.apache.struts.util
Unit tests for the RequestUtil's populate method.
TestRequestUtilsPopulate(String) - Constructor for class org.apache.struts.util.TestRequestUtilsPopulate
Defines the testcase name for JUnit.
testResetGet() - Method in class org.apache.struts.action.TestDynaActionForm
Test the reset method when the request method is GET.
testResetPost() - Method in class org.apache.struts.action.TestDynaActionForm
Test the reset method when the request method is GET.
testResourceBundleMode() - Method in class org.apache.struts.util.TestPropertyMessageResources
Test "PropertyResourceBundle" compatible PropertyMessageResources behaviour
testSame() - Method in class org.apache.struts.chain.commands.generic.TestWrappingLookupCommand
 
testScalarInitialize() - Method in class org.apache.struts.action.TestDynaActionForm
 
testSelectApplication1a() - Method in class org.apache.struts.util.TestRequestUtils
 
testSelectApplication1b() - Method in class org.apache.struts.util.TestRequestUtils
 
testSelectApplication2a() - Method in class org.apache.struts.util.TestRequestUtils
 
testSelectApplication2b() - Method in class org.apache.struts.util.TestRequestUtils
 
testServerURL() - Method in class org.apache.struts.util.TestRequestUtils
 
testSetIndexedArguments() - Method in class org.apache.struts.action.TestDynaActionForm
Corner cases on setIndexedProperty invalid arguments.
testSetIndexedValues() - Method in class org.apache.struts.action.TestDynaActionForm
Positive and negative tests on setIndexedProperty valid arguments.
testSetMappedValues() - Method in class org.apache.struts.action.TestDynaActionForm
Positive and negative tests on setMappedProperty valid arguments.
TestSetOriginalURI - Class in org.apache.struts.chain.commands.servlet
 
TestSetOriginalURI(String) - Constructor for class org.apache.struts.chain.commands.servlet.TestSetOriginalURI
 
testSetOriginalURI() - Method in class org.apache.struts.chain.commands.servlet.TestSetOriginalURI
 
testSetSimpleBoolean() - Method in class org.apache.struts.action.TestDynaActionForm
Test setSimpleProperty on a boolean property.
testSetSimpleDouble() - Method in class org.apache.struts.action.TestDynaActionForm
Test setSimpleProperty on a double property.
testSetSimpleFloat() - Method in class org.apache.struts.action.TestDynaActionForm
Test setSimpleProperty on a float property.
testSetSimpleInt() - Method in class org.apache.struts.action.TestDynaActionForm
Test setSimpleProperty on a int property.
testSetSimpleLong() - Method in class org.apache.struts.action.TestDynaActionForm
Test setSimpleProperty on a long property.
testSetSimpleShort() - Method in class org.apache.struts.action.TestDynaActionForm
Test setSimpleProperty on a short property.
testSetSimpleString() - Method in class org.apache.struts.action.TestDynaActionForm
Test setSimpleProperty on a String property.
testShouldMatch() - Method in class org.apache.struts.config.TestActionConfigMatcher
 
testSingleSharedFactory() - Method in class org.apache.struts.tiles.TestTilesPlugin
Test single factory creation when moduleAware=false.
testSizeAndEmptyAfterClear() - Method in class org.apache.struts.action.TestActionMessages
 
testSizeWithManyProperties() - Method in class org.apache.struts.action.TestActionMessages
 
testSizeWithOneProperty() - Method in class org.apache.struts.action.TestActionMessages
 
testString() - Method in class org.apache.struts.validator.TestValidWhen
Test String values.
testString_getActionMappingURL_String_PageContext() - Method in class org.apache.struts.taglib.TestTagUtils
 
testString_getActionMappingURL_String_String_PageContext_boolean1() - Method in class org.apache.struts.taglib.TestTagUtils
 
testString_getActionMappingURL_String_String_PageContext_boolean2() - Method in class org.apache.struts.taglib.TestTagUtils
 
testString_getActionMappingURL_String_String_PageContext_boolean3() - Method in class org.apache.struts.taglib.TestTagUtils
 
testString_getActionMappingURL_String_String_PageContext_boolean4() - Method in class org.apache.struts.taglib.TestTagUtils
 
testString_getActionMappingURL_String_String_PageContext_boolean5() - Method in class org.apache.struts.taglib.TestTagUtils
 
testString_getActionMappingURL_String_String_PageContext_boolean6() - Method in class org.apache.struts.taglib.TestTagUtils
 
TestTagUtils - Class in org.apache.struts.taglib
Unit tests for the TagUtils.
TestTagUtils(String) - Constructor for class org.apache.struts.taglib.TestTagUtils
Defines the testcase name for JUnit.
TestTilesPlugin - Class in org.apache.struts.tiles
 
TestTilesPlugin(String) - Constructor for class org.apache.struts.tiles.TestTilesPlugin
 
testValidLangFalse() - Method in class org.apache.struts.taglib.html.TestHtmlTag
Test the "lang" attribute with valid characters.
testValidLangTrue() - Method in class org.apache.struts.taglib.html.TestHtmlTag
Test the "lang" attribute with valid characters.
TestValidWhen - Class in org.apache.struts.validator
Unit tests for the ValidWhen Parser/Lexer.
TestValidWhen(String) - Constructor for class org.apache.struts.validator.TestValidWhen
Defines the testcase name for JUnit.
testWrapContextSubclass() - Method in class org.apache.struts.chain.commands.generic.TestWrappingLookupCommand
 
TestWrappingLookupCommand - Class in org.apache.struts.chain.commands.generic
 
TestWrappingLookupCommand(String) - Constructor for class org.apache.struts.chain.commands.generic.TestWrappingLookupCommand
 
testWrite() - Method in class org.apache.struts.taglib.TestTagUtils
 
testWriteNullParams() - Method in class org.apache.struts.taglib.TestTagUtils
public void write(PageContext pageContext, String text) throws JspException {
testWritePrevious() - Method in class org.apache.struts.taglib.TestTagUtils
 
testWritePreviousBody() - Method in class org.apache.struts.taglib.TestTagUtils
 
testWritePreviousThrowException() - Method in class org.apache.struts.taglib.TestTagUtils
 
testWriteThrowException() - Method in class org.apache.struts.taglib.TestTagUtils
 

U

userDatabase - Variable in class org.apache.struts.apps.mailreader.dao.BaseTestUserDatabase
 

A B C D G I L M N O P R S T U

Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.