org.apache.commons.functor.example
Class FlexiMapExample

java.lang.Object
  extended by org.apache.commons.functor.example.FlexiMapExample

public class FlexiMapExample
extends Object

Version:
$Revision: 1171267 $ $Date: 2011-09-15 22:46:08 +0200 (Thu, 15 Sep 2011) $
Author:
Rodney Waldhoff

Constructor Summary
FlexiMapExample()
           
 
Method Summary
 void testBasicMap()
           
 void testBasicMapAllowsMultipleTypes()
           
 void testBasicMapAllowsNull()
           
 void testBasicMapReturnsNullForMissingKey()
           
 void testBasicMapStoresOnlyOneValuePerKey()
           
 void testForbidNull()
           
 void testIntegerValuesOnly()
           
 void testMultiMap()
           
 void testNullDefaultsToZero()
           
 void testStringConcatMap()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlexiMapExample

public FlexiMapExample()
Method Detail

testBasicMap

public void testBasicMap()

testBasicMapReturnsNullForMissingKey

public void testBasicMapReturnsNullForMissingKey()

testBasicMapAllowsNull

public void testBasicMapAllowsNull()

testBasicMapAllowsMultipleTypes

public void testBasicMapAllowsMultipleTypes()

testBasicMapStoresOnlyOneValuePerKey

public void testBasicMapStoresOnlyOneValuePerKey()

testForbidNull

public void testForbidNull()

testNullDefaultsToZero

public void testNullDefaultsToZero()

testIntegerValuesOnly

public void testIntegerValuesOnly()

testMultiMap

public void testMultiMap()

testStringConcatMap

public void testStringConcatMap()


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.