org.hackystat.telemetry.analyzer.function.impl
Class TestFilterZeroFunction

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.hackystat.telemetry.analyzer.function.impl.TestFilterZeroFunction
All Implemented Interfaces:
junit.framework.Test

public class TestFilterZeroFunction
extends junit.framework.TestCase

Test suite for FilterZeroFunction.

Author:
(Cedric) Qin ZHANG

Constructor Summary
TestFilterZeroFunction()
           
 
Method Summary
protected  void setUp()
          Sets up this test case.
protected  void tearDown()
          Tears down this test case.
 void testModeGE()
          Tests in GE mode.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestFilterZeroFunction

public TestFilterZeroFunction()
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Sets up this test case.

Overrides:
setUp in class junit.framework.TestCase
Throws:
java.lang.Exception - If test case cannot be set up.

tearDown

protected void tearDown()
                 throws java.lang.Exception
Tears down this test case.

Overrides:
tearDown in class junit.framework.TestCase
Throws:
java.lang.Exception - If tear down failed.

testModeGE

public void testModeGE()
                throws java.lang.Exception
Tests in GE mode.

Throws:
java.lang.Exception - If test fails.