com.atlassian.sal.core.pluginsettings
Class TestAbstractStringPluginSettings
java.lang.Object
com.atlassian.sal.core.pluginsettings.TestAbstractStringPluginSettings
public class TestAbstractStringPluginSettings
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestAbstractStringPluginSettings
public TestAbstractStringPluginSettings()
setUp
public void setUp()
testString
public void testString()
testGetWithNullKey
public void testGetWithNullKey()
getWithLongKeyDoesNotCauseError
public void getWithLongKeyDoesNotCauseError()
getWithVeryLongKeyDoesNotCauseError
public void getWithVeryLongKeyDoesNotCauseError()
testPutWithNullKey
public void testPutWithNullKey()
putWith100CharacterKeyIsAlwaysAccepted
public void putWith100CharacterKeyIsAlwaysAccepted()
putWithVeryLongKeyIsAcceptedBySalLayer
public void putWithVeryLongKeyIsAcceptedBySalLayer()
- The SAL layer accepts this key. The underlying storage layer
may fail in a real application.
putWithOverlyLongKeyFails
public void putWithOverlyLongKeyFails()
putWithLongKeyFailsInDevMode
public void putWithLongKeyFailsInDevMode()
testSpecialCharsString
public void testSpecialCharsString()
testList
public void testList()
testSpecialCharsInList
public void testSpecialCharsInList()
testMap
public void testMap()
testSpecialCharsInMap
public void testSpecialCharsInMap()
testEmptyMap
public void testEmptyMap()
testProperties
public void testProperties()
testSpecialCharsInKeys
public void testSpecialCharsInKeys()
testPutReturnValueNull
public void testPutReturnValueNull()
testPutReturnValueOldValue
public void testPutReturnValueOldValue()
testRemoveReturnValueNull
public void testRemoveReturnValueNull()
testRemoveReturnValueOldValue
public void testRemoveReturnValueOldValue()
testRemoveWithNullKey
public void testRemoveWithNullKey()
removeWithLongKeyDoesNotFail
public void removeWithLongKeyDoesNotFail()
removeWithVeryLongKeyDoesNotFail
public void removeWithVeryLongKeyDoesNotFail()
Copyright © 2015 Atlassian. All rights reserved.