ch.agent.crnickl.junit
Class T013_PropertyTest

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

public class T013_PropertyTest
extends AbstractTest

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


Constructor Summary
T013_PropertyTest()
           
 
Method Summary
protected  void setUp()
           
 void test_cannot_create_existing_property()
           
 void test_cannot_delete_value_type_in_use()
           
 void test_create_another_property()
           
 void test_create_another_type()
           
 void test_create_property()
           
 void test_create_type()
           
 void test_delete_other_property_and_type()
           
 void test_delete_property_and_type()
           
 void test_get_all_properties()
           
 void test_get_properties_by_pattern()
           
 void test_property_accepts_good_value()
           
 void test_property_detects_bad_value()
           
 void test_rename_property()
           
 
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

T013_PropertyTest

public T013_PropertyTest()
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_create_property

public void test_create_property()

test_create_another_property

public void test_create_another_property()

test_cannot_create_existing_property

public void test_cannot_create_existing_property()

test_property_detects_bad_value

public void test_property_detects_bad_value()

test_property_accepts_good_value

public void test_property_accepts_good_value()

test_get_properties_by_pattern

public void test_get_properties_by_pattern()

test_get_all_properties

public void test_get_all_properties()

test_rename_property

public void test_rename_property()

test_cannot_delete_value_type_in_use

public void test_cannot_delete_value_type_in_use()

test_delete_property_and_type

public void test_delete_property_and_type()

test_delete_other_property_and_type

public void test_delete_other_property_and_type()


Copyright © 2013. All Rights Reserved.