ch.agent.crnickl.junit
Class T012_ValueTypeTest

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

public class T012_ValueTypeTest
extends AbstractTest

These tests must be executed together. They build upon each other. The sequence is important. The last tests cleanup.


Nested Class Summary
static class T012_ValueTypeTest.Foo
           
static class T012_ValueTypeTest.FooScanner
           
 
Constructor Summary
T012_ValueTypeTest()
           
 
Method Summary
protected  void setUp()
           
 void test_add_more_values()
           
 void test_create_another_type()
           
 void test_create_custom_type()
           
 void test_create_type()
           
 void test_delete_custom_type()
           
 void test_delete_existing_type()
           
 void test_delete_existing_value()
           
 void test_delete_non_existing_type()
           
 void test_delete_non_existing_value()
           
 void test_delete_types_by_pattern()
           
 void test_get_all_values()
           
 void test_get_value_and_description()
           
 void test_recreate_type()
           
 void test_rename_type()
           
 void test_type_add_value()
           
 void test_update_existing_value()
           
 void test_update_non_existing_value()
           
 void test_update_type_no_update()
           
 
Methods inherited from class ch.agent.crnickl.junit.AbstractTest
assertException, expectException, firstSetUp, getContext, lastTearDown, 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

T012_ValueTypeTest

public T012_ValueTypeTest()
Method Detail

setUp

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

test_create_type

public void test_create_type()

test_create_another_type

public void test_create_another_type()

test_rename_type

public void test_rename_type()

test_delete_types_by_pattern

public void test_delete_types_by_pattern()

test_delete_non_existing_type

public void test_delete_non_existing_type()

test_recreate_type

public void test_recreate_type()

test_type_add_value

public void test_type_add_value()

test_add_more_values

public void test_add_more_values()

test_get_value_and_description

public void test_get_value_and_description()

test_get_all_values

public void test_get_all_values()

test_update_type_no_update

public void test_update_type_no_update()

test_update_existing_value

public void test_update_existing_value()

test_update_non_existing_value

public void test_update_non_existing_value()

test_delete_non_existing_value

public void test_delete_non_existing_value()

test_delete_existing_value

public void test_delete_existing_value()

test_delete_existing_type

public void test_delete_existing_type()

test_create_custom_type

public void test_create_custom_type()

test_delete_custom_type

public void test_delete_custom_type()


Copyright © 2013. All Rights Reserved.