public class TestAbstractStringPluginSettings extends Object
| Constructor and Description |
|---|
TestAbstractStringPluginSettings() |
| Modifier and Type | Method and Description |
|---|---|
void |
getWithLongKeyDoesNotCauseError() |
void |
getWithVeryLongKeyDoesNotCauseError() |
void |
putWith100CharacterKeyIsAlwaysAccepted() |
void |
putWithLongKeyFailsInDevMode() |
void |
putWithOverlyLongKeyFails() |
void |
putWithVeryLongKeyIsAcceptedBySalLayer()
The SAL layer accepts this key.
|
void |
removeWithLongKeyDoesNotFail() |
void |
removeWithVeryLongKeyDoesNotFail() |
void |
setUp() |
void |
testEmptyMap() |
void |
testGetWithNullKey() |
void |
testList() |
void |
testMap() |
void |
testProperties() |
void |
testPutReturnValueNull() |
void |
testPutReturnValueOldValue() |
void |
testPutWithNullKey() |
void |
testRemoveReturnValueNull() |
void |
testRemoveReturnValueOldValue() |
void |
testRemoveWithNullKey() |
void |
testSpecialCharsInKeys() |
void |
testSpecialCharsInList() |
void |
testSpecialCharsInMap() |
void |
testSpecialCharsString() |
void |
testString() |
public void setUp()
public void testString()
public void testGetWithNullKey()
public void getWithLongKeyDoesNotCauseError()
public void getWithVeryLongKeyDoesNotCauseError()
public void testPutWithNullKey()
public void putWith100CharacterKeyIsAlwaysAccepted()
public void putWithVeryLongKeyIsAcceptedBySalLayer()
public void putWithOverlyLongKeyFails()
public void putWithLongKeyFailsInDevMode()
public void testSpecialCharsString()
public void testList()
public void testSpecialCharsInList()
public void testMap()
public void testSpecialCharsInMap()
public void testEmptyMap()
public void testProperties()
public void testSpecialCharsInKeys()
public void testPutReturnValueNull()
public void testPutReturnValueOldValue()
public void testRemoveReturnValueNull()
public void testRemoveReturnValueOldValue()
public void testRemoveWithNullKey()
public void removeWithLongKeyDoesNotFail()
public void removeWithVeryLongKeyDoesNotFail()
Copyright © 2015 Atlassian. All rights reserved.