Package org.apache.struts.faces.util
Class MessagesMapTestCase
java.lang.Object
org.apache.struts.faces.util.MessagesMapTestCase
Unit tests for
MessagesMap
.-
Field Summary
Modifier and TypeFieldDescriptionprotected org.apache.struts.faces.util.MessagesMap
TheMessagesMap
instance to be tested.protected MessageResources
TheMessageResources
instance containing the messages used for testing. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setUp()
Set up instance variables required by this test case.void
tearDown()
Tear down instance variables required by this test case.void
Test thecontainsKey()
method.void
testGet()
Test theget()
method.void
Test a pristine instance, and all unsupported methods.
-
Field Details
-
map
protected org.apache.struts.faces.util.MessagesMap mapTheMessagesMap
instance to be tested. -
resources
TheMessageResources
instance containing the messages used for testing.
-
-
Constructor Details
-
MessagesMapTestCase
public MessagesMapTestCase()
-
-
Method Details
-
setUp
Set up instance variables required by this test case. -
tearDown
Tear down instance variables required by this test case. -
testContainsKey
Test thecontainsKey()
method. -
testGet
Test theget()
method. -
testPristine
Test a pristine instance, and all unsupported methods.
-