ch.agent.crnickl.junit
Class T041_UpdatableSeriesTest

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.T041_UpdatableSeriesTest
All Implemented Interfaces:
junit.framework.Test

public class T041_UpdatableSeriesTest
extends AbstractTest


Constructor Summary
T041_UpdatableSeriesTest()
           
 
Method Summary
protected  void firstSetUp()
          This method is called by setUp() before the first test.
protected  void lastTearDown()
          This method is called by tearDown() after the last test.
 void testCreateSeries()
           
 void testGetSeries01()
           
 void testGetSeries02()
           
 void testGetSeries03a()
           
 void testGetSeries03b()
           
 void testGetSeries04()
          Reduce range with setRange().
 void testGetSeries05()
          Reduce range with setValue().
 void testGetSeries06()
          Set values and test that get first and last work as expected.
 void testGetSeries07()
           
 
Methods inherited from class ch.agent.crnickl.junit.AbstractTest
assertException, expectException, getContext, setUp, 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
 

Constructor Detail

T041_UpdatableSeriesTest

public T041_UpdatableSeriesTest()
Method Detail

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

testCreateSeries

public void testCreateSeries()

testGetSeries01

public void testGetSeries01()

testGetSeries02

public void testGetSeries02()

testGetSeries03a

public void testGetSeries03a()

testGetSeries03b

public void testGetSeries03b()

testGetSeries04

public void testGetSeries04()
Reduce range with setRange().


testGetSeries05

public void testGetSeries05()
Reduce range with setValue().


testGetSeries06

public void testGetSeries06()
Set values and test that get first and last work as expected.


testGetSeries07

public void testGetSeries07()


Copyright © 2013. All Rights Reserved.