com.atlassian.sal.core.pluginsettings
Class TestAbstractStringPluginSettings

java.lang.Object
  extended by com.atlassian.sal.core.pluginsettings.TestAbstractStringPluginSettings

public class TestAbstractStringPluginSettings
extends Object


Constructor Summary
TestAbstractStringPluginSettings()
           
 
Method Summary
 void getWithLongKeyDoesNotCauseError()
           
 void getWithVeryLongKeyDoesNotCauseError()
           
 void putWith100CharacterKeyIsAlwaysAccepted()
           
 void putWithLongKeyFailsInDevMode()
           
 void putWithOverlyLongKeyFails()
           
 void putWithVeryLongKeyIsAcceptedBySalLayer()
          The SAL layer accepts this key.
 void removeWithLongKeyDoesNotFail()
           
 void removeWitVeryhLongKeyDoesNotFail()
           
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestAbstractStringPluginSettings

public TestAbstractStringPluginSettings()
Method Detail

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()

removeWitVeryhLongKeyDoesNotFail

public void removeWitVeryhLongKeyDoesNotFail()


Copyright © 2011 Atlassian. All Rights Reserved.