org.shapelogic.calculation
Class RootMapTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.shapelogic.calculation.RootMapTest
All Implemented Interfaces:
junit.framework.Test

public class RootMapTest
extends junit.framework.TestCase

Test RootMap.

Author:
Sami Badawi

Constructor Summary
RootMapTest()
           
 
Method Summary
 void test1()
           
 void testEvenFilter()
          Test that there is a simple way to set this up.
 void testMultipleInputsByNameInClass()
          This will probably be the preferred method of access.
 void testMultipleInputsByNameInGroovy()
           
 void testMultipleInputsByNameInMethod()
           
 void testMultipleInputsByNameInSurrondingClass()
           
 void testThatSetAndGetStream()
           
 void testThatValuseArePreservedBetweenTests()
          So remember to reset rootMap between tests.
 void testThatYouCanOverride()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RootMapTest

public RootMapTest()
Method Detail

test1

public void test1()

testThatValuseArePreservedBetweenTests

public void testThatValuseArePreservedBetweenTests()
So remember to reset rootMap between tests.


testThatSetAndGetStream

public void testThatSetAndGetStream()

testThatYouCanOverride

public void testThatYouCanOverride()

testEvenFilter

public void testEvenFilter()
Test that there is a simple way to set this up.


testMultipleInputsByNameInSurrondingClass

public void testMultipleInputsByNameInSurrondingClass()

testMultipleInputsByNameInClass

public void testMultipleInputsByNameInClass()
This will probably be the preferred method of access.


testMultipleInputsByNameInMethod

public void testMultipleInputsByNameInMethod()

testMultipleInputsByNameInGroovy

public void testMultipleInputsByNameInGroovy()


Copyright © 2009. All Rights Reserved.