org.ujac.util.table.test
Class FunctionExecutorTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.ujac.util.table.test.FunctionExecutorTest
All Implemented Interfaces:
junit.framework.Test

public class FunctionExecutorTest
extends junit.framework.TestCase

Name: FunctionExecutorTest
Description: Test cases for function executors.

Author:
lauerc

Constructor Summary
FunctionExecutorTest(String name)
          Constructs a FunctionExecutorTest instance with specific attributes.
 
Method Summary
 void testCountFunctionExecutor()
          Tests the CountFunctionExecutor
 void testSumFunctionExecutor()
          Tests the SumFunctionExecutor
 
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

FunctionExecutorTest

public FunctionExecutorTest(String name)
Constructs a FunctionExecutorTest instance with specific attributes.

Parameters:
name - The name of the test case.
Method Detail

testSumFunctionExecutor

public void testSumFunctionExecutor()
                             throws TableException
Tests the SumFunctionExecutor

Throws:
TableException - In case something went wrong.

testCountFunctionExecutor

public void testCountFunctionExecutor()
                               throws TableException
Tests the CountFunctionExecutor

Throws:
TableException - In case something went wrong.


Copyright © 2003-2004 UJAC.org. All Rights Reserved.