com.atlassian.plugin.loaders
Class LoaderUtilsTest

java.lang.Object
  extended by com.atlassian.plugin.loaders.LoaderUtilsTest

public class LoaderUtilsTest
extends Object


Constructor Summary
LoaderUtilsTest()
           
 
Method Summary
 void getParamsReturnsNullMapWhenNameAndValueAreOmitted()
          Allowing maps with null keys and values into the system is not a good idea.
 void getParamsWorksWhenNameAndValueAreSpecified()
           
 void noParamsMeansAnEmptyMap()
           
 void valueIsTakenFromElementContentIfNoValueSet()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoaderUtilsTest

public LoaderUtilsTest()
Method Detail

noParamsMeansAnEmptyMap

public void noParamsMeansAnEmptyMap()

getParamsWorksWhenNameAndValueAreSpecified

public void getParamsWorksWhenNameAndValueAreSpecified()

getParamsReturnsNullMapWhenNameAndValueAreOmitted

public void getParamsReturnsNullMapWhenNameAndValueAreOmitted()
Allowing maps with null keys and values into the system is not a good idea. This test is to document current behaviour.


valueIsTakenFromElementContentIfNoValueSet

public void valueIsTakenFromElementContentIfNoValueSet()


Copyright © 2015 Atlassian. All rights reserved.