org.hackystat.telemetry.analyzer.configuration
Class TestNonPersistentTelemetryDefinitionManager

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.hackystat.telemetry.analyzer.configuration.TestNonPersistentTelemetryDefinitionManager
All Implemented Interfaces:
junit.framework.Test

public class TestNonPersistentTelemetryDefinitionManager
extends junit.framework.TestCase

Test suite for NonPersistentTelemetryDefinitionManager.

Author:
(Cedric) Qin Zhang

Constructor Summary
TestNonPersistentTelemetryDefinitionManager()
           
 
Method Summary
protected  void setUp()
          Sets up the testcase.
protected  void tearDown()
          Tears down the testcase.
 void testNonPersistentInstanceLinked()
          Tests the non-persistent implementation.
 void testNonPersistentInstanceUnlinked()
          Tests the non-persistent implementation.
 
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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestNonPersistentTelemetryDefinitionManager

public TestNonPersistentTelemetryDefinitionManager()
Method Detail

setUp

protected void setUp()
Sets up the testcase.

Overrides:
setUp in class junit.framework.TestCase

tearDown

protected void tearDown()
Tears down the testcase.

Overrides:
tearDown in class junit.framework.TestCase

testNonPersistentInstanceUnlinked

public void testNonPersistentInstanceUnlinked()
                                       throws java.lang.Exception
Tests the non-persistent implementation.

Throws:
java.lang.Exception - If test fails.

testNonPersistentInstanceLinked

public void testNonPersistentInstanceLinked()
                                     throws java.lang.Exception
Tests the non-persistent implementation.

Throws:
java.lang.Exception - If test fails.