ch.agent.crnickl.junit
Class T042_SeriesValuesTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by ch.agent.crnickl.junit.AbstractTest
              extended by ch.agent.crnickl.junit.T042_SeriesValuesTest
All Implemented Interfaces:
junit.framework.Test
Direct Known Subclasses:
T043_SparseSeriesTest

public class T042_SeriesValuesTest
extends AbstractTest


Field Summary
protected static String SCHEMA
           
 
Constructor Summary
T042_SeriesValuesTest()
           
 
Method Summary
protected  void firstSetUp()
          This method is called by setUp() before the first test.
protected  boolean isSparse()
           
protected  void lastTearDown()
          This method is called by tearDown() after the last test.
protected  void setUp()
           
 void testEmptyRange()
           
 void testGetFirstValue_1()
           
 void testGetFirstValue_2()
           
 void testGetFirstValue_3()
           
 void testGetFirstValue_4()
           
 void testGetFirstValue_5()
           
 void testGetFirstValue_6()
           
 void testGetLastValue_1()
           
 void testGetLastValue_2()
           
 void testGetLastValue_3()
           
 void testGetLastValue_4()
           
 void testGetLastValue_5()
           
 void testGetLastValue_6()
           
 void testGetMissingValue_1()
           
 void testGetMissingValue_2()
           
 void testGetValue()
           
 void testGetValueOutOfRange()
           
 void testLargeGap_1()
           
 void testLargeGap_2()
           
 void testLargeGap_3()
           
 void testLargeGap_4()
           
 void testLargeGap_5()
           
 void testMoreSeries()
           
 void testNonEmptyRange()
           
 void testNonEmptyRangeInDatabase()
           
 void testSmallGap_1()
           
 void testSmallGap_2()
           
 void testSparsity()
           
 void testSubRangeHasNoMissingValuesAtTheBoundaries()
           
 
Methods inherited from class ch.agent.crnickl.junit.AbstractTest
assertException, expectException, getContext, tearDown
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SCHEMA

protected static String SCHEMA
Constructor Detail

T042_SeriesValuesTest

public T042_SeriesValuesTest()
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class AbstractTest
Throws:
Exception

firstSetUp

protected void firstSetUp()
                   throws Exception
Description copied from class: AbstractTest
This method is called by setUp() before the first test. So if you override setUp, you must call super. By default the method does nothing.

Overrides:
firstSetUp in class AbstractTest
Throws:
Exception

lastTearDown

protected void lastTearDown()
                     throws Exception
Description copied from class: AbstractTest
This method is called by tearDown() after the last test. So if you override tearDown, you must call super. By default the method does nothing.

Overrides:
lastTearDown in class AbstractTest
Throws:
Exception

testSparsity

public void testSparsity()

testEmptyRange

public void testEmptyRange()

testNonEmptyRange

public void testNonEmptyRange()

testNonEmptyRangeInDatabase

public void testNonEmptyRangeInDatabase()

testSubRangeHasNoMissingValuesAtTheBoundaries

public void testSubRangeHasNoMissingValuesAtTheBoundaries()

testGetValueOutOfRange

public void testGetValueOutOfRange()

testGetMissingValue_1

public void testGetMissingValue_1()

testGetMissingValue_2

public void testGetMissingValue_2()

testGetValue

public void testGetValue()

testGetLastValue_1

public void testGetLastValue_1()

testGetLastValue_2

public void testGetLastValue_2()

testGetLastValue_3

public void testGetLastValue_3()

testGetFirstValue_1

public void testGetFirstValue_1()

testGetFirstValue_2

public void testGetFirstValue_2()

testGetFirstValue_3

public void testGetFirstValue_3()

testMoreSeries

public void testMoreSeries()

testGetLastValue_4

public void testGetLastValue_4()

testGetLastValue_5

public void testGetLastValue_5()

testGetFirstValue_4

public void testGetFirstValue_4()

testGetFirstValue_5

public void testGetFirstValue_5()

testGetFirstValue_6

public void testGetFirstValue_6()

testGetLastValue_6

public void testGetLastValue_6()

testSmallGap_1

public void testSmallGap_1()

testSmallGap_2

public void testSmallGap_2()

testLargeGap_1

public void testLargeGap_1()

testLargeGap_2

public void testLargeGap_2()

testLargeGap_3

public void testLargeGap_3()

testLargeGap_4

public void testLargeGap_4()

testLargeGap_5

public void testLargeGap_5()

isSparse

protected boolean isSparse()


Copyright © 2013. All Rights Reserved.