org.shapelogic.scripting
Class FunctionCalcIndex0Test

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

public class FunctionCalcIndex0Test
extends junit.framework.TestCase

Test FunctionCalcIndex0.

Author:
Sami Badawi

Constructor Summary
FunctionCalcIndex0Test()
           
 
Method Summary
 void testAccessToNamedStream()
          You can access static method, but you cannot do imports inside the methods.
 void testAccessToNamedStream2()
           
 void testAccessToNamedStream3()
          You can do imports before inside the methods.
 void testCreationOfCalcIndex0()
           
 
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

FunctionCalcIndex0Test

public FunctionCalcIndex0Test()
Method Detail

testCreationOfCalcIndex0

public void testCreationOfCalcIndex0()

testAccessToNamedStream

public void testAccessToNamedStream()
You can access static method, but you cannot do imports inside the methods. Therefore classes need full path name. This is still a lot better than JEXL.


testAccessToNamedStream2

public void testAccessToNamedStream2()

testAccessToNamedStream3

public void testAccessToNamedStream3()
You can do imports before inside the methods.



Copyright © 2009. All Rights Reserved.