ch.agent.crnickl.junit
Class T005_BasicTest

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

public abstract class T005_BasicTest
extends AbstractTest


Constructor Summary
T005_BasicTest()
           
 
Method Summary
protected  void firstSetUp()
          This method is called by setUp() before the first test.
protected abstract  ch.agent.crnickl.api.DBObjectId id(int id)
           
protected  void lastTearDown()
          This method is called by tearDown() after the last test.
 void test1()
           
 void test10()
           
 void test11()
           
 void test12()
           
 void test13()
           
 void test14()
          Bug 4424 2013-03-16
 void test15()
          Bug 4424 2013-03-16
 void test16()
          Bug 4424 2013-03-16
 void test17()
          Bug 4424 2013-03-16
 void test18()
          Bug 4424 2013-03-16
 void test19()
          Bug 4425 2012-03-16 Verify built-in value types and properties.
 void test2()
           
<S> void
test20()
           
 void test21()
           
 void test22()
           
 void test3()
           
 void test4()
           
 void test5()
           
 void test6()
           
 void test7()
           
 void test8()
          Bug 4423 2012-03-16
 void test9()
           
 
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

T005_BasicTest

public T005_BasicTest()
Method Detail

id

protected abstract ch.agent.crnickl.api.DBObjectId id(int id)

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

test1

public void test1()

test2

public void test2()

test3

public void test3()

test4

public void test4()

test5

public void test5()

test6

public void test6()

test7

public void test7()

test8

public void test8()
Bug 4423 2012-03-16


test9

public void test9()

test10

public void test10()

test11

public void test11()

test12

public void test12()

test13

public void test13()

test14

public void test14()
Bug 4424 2013-03-16


test15

public void test15()
Bug 4424 2013-03-16


test16

public void test16()
Bug 4424 2013-03-16


test17

public void test17()
Bug 4424 2013-03-16


test18

public void test18()
Bug 4424 2013-03-16


test19

public void test19()
Bug 4425 2012-03-16 Verify built-in value types and properties.


test20

public <S> void test20()

test21

public void test21()

test22

public void test22()


Copyright © 2013. All Rights Reserved.