ch.agent.crnickl.junit
Class T015_SchemaChronicleSeriesValueTest

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

public class T015_SchemaChronicleSeriesValueTest
extends AbstractTest


Constructor Summary
T015_SchemaChronicleSeriesValueTest()
           
 
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 test012_create_type()
           
 void test013_value_type()
           
 void test016_add_value_but_should_not()
           
 void test020_add_value_and_delete_it()
           
 void test024_create_property()
           
 void test026_delete_value_type_in_use()
           
 void test028_create_schema()
           
 void test032_create_entity()
           
 void test036_create_series_and_add_value()
           
 void test040_create_series_and_delete_value()
           
 void test044_update_attribute()
           
 void test048_update_attribute()
           
 void test049_update_attribute()
           
 void test050_delete_value_type_value_in_use()
           
 void test051_delete_value_type_value_used_as_default()
           
 void test052_get_attribute()
           
 
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

T015_SchemaChronicleSeriesValueTest

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

test012_create_type

public void test012_create_type()

test013_value_type

public void test013_value_type()

test016_add_value_but_should_not

public void test016_add_value_but_should_not()

test020_add_value_and_delete_it

public void test020_add_value_and_delete_it()

test024_create_property

public void test024_create_property()

test026_delete_value_type_in_use

public void test026_delete_value_type_in_use()

test028_create_schema

public void test028_create_schema()

test032_create_entity

public void test032_create_entity()

test036_create_series_and_add_value

public void test036_create_series_and_add_value()

test040_create_series_and_delete_value

public void test040_create_series_and_delete_value()

test044_update_attribute

public void test044_update_attribute()

test048_update_attribute

public void test048_update_attribute()

test049_update_attribute

public void test049_update_attribute()

test050_delete_value_type_value_in_use

public void test050_delete_value_type_value_in_use()

test051_delete_value_type_value_used_as_default

public void test051_delete_value_type_value_used_as_default()

test052_get_attribute

public void test052_get_attribute()


Copyright © 2013. All Rights Reserved.