ch.agent.crnickl.junit
Class T040_SeriesTest

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

public class T040_SeriesTest
extends AbstractTest


Constructor Summary
T040_SeriesTest()
           
 
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 test_01()
           
 void test_02()
           
 void test_03()
           
 void test_04()
           
 void test_05()
           
 void test_06()
           
 void test_07()
           
 void test_08()
           
 void test_09()
           
 void test_10()
           
 void test_11()
           
 void test_12()
           
 void test_13()
           
 void test_14()
           
 void test_15()
           
 void test_20()
           
 void test_21()
           
 void test_22()
           
 void test_23()
           
 void test_24()
           
 
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

T040_SeriesTest

public T040_SeriesTest()
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

test_01

public void test_01()

test_02

public void test_02()

test_03

public void test_03()

test_04

public void test_04()

test_05

public void test_05()

test_06

public void test_06()

test_07

public void test_07()

test_08

public void test_08()

test_09

public void test_09()

test_10

public void test_10()

test_11

public void test_11()

test_12

public void test_12()

test_13

public void test_13()

test_14

public void test_14()

test_15

public void test_15()

test_20

public void test_20()

test_21

public void test_21()

test_22

public void test_22()

test_23

public void test_23()

test_24

public void test_24()


Copyright © 2013. All Rights Reserved.