public class MessageMapTest extends Object
Constructor and Description |
---|
MessageMapTest() |
Modifier and Type | Method and Description |
---|---|
void |
testContainsKeyMatchingPattern_mixedList_empty() |
void |
testContainsKeyMatchingPattern_mixedList_simpleMatch() |
void |
testContainsKeyMatchingPattern_mixedList_simpleNoMatch() |
void |
testContainsKeyMatchingPattern_mixedList_wildcardMatch() |
void |
testErrorCount()
Test all errors are getting added and counted correctly.
|
void |
testErrorPath()
Test error prepending and lack thereof.
|
void |
testFieldMessages()
Test messages are getting accumulated correctly for a property.
|
void |
testMessageCollisions()
Verify that using the same error message multiple times correctly stores different parameters each time.
|
void |
testMessageParameters()
Test message parameters are being correctly added and associated with an error message.
|
void |
testPropertiesWithErrors()
Test that properties added with errors are being kept.
|
void |
testPut()
ErrorMap should only allow String keys and values.
|
void |
testReplace_matchingProperty_matchingKey_noParams() |
void |
testReplace_matchingProperty_matchingKey_withParams() |
void |
testReplace_matchingProperty_noMatchingKey() |
void |
testReplace_noMatchingProperty() |
void |
testReplace_testEquals() |
public MessageMapTest()
public void testPut()
public void testErrorCount()
public void testFieldMessages()
public void testErrorPath()
public void testPropertiesWithErrors()
public void testMessageParameters()
public void testMessageCollisions()
public void testContainsKeyMatchingPattern_mixedList_empty()
public void testContainsKeyMatchingPattern_mixedList_simpleNoMatch()
public void testContainsKeyMatchingPattern_mixedList_simpleMatch()
public void testContainsKeyMatchingPattern_mixedList_wildcardMatch()
public void testReplace_testEquals()
public void testReplace_noMatchingProperty()
public void testReplace_matchingProperty_noMatchingKey()
public void testReplace_matchingProperty_matchingKey_noParams()
public void testReplace_matchingProperty_matchingKey_withParams()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.