org.hackystat.telemetry.analyzer.configuration
Class TestShareScope

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

public class TestShareScope
extends junit.framework.TestCase

Test suite for ShareScope.

Author:
(Cedric) Qin Zhang, Philip Johnson

Constructor Summary
TestShareScope()
           
 
Method Summary
protected  void setUp()
          Test case set up.
 void testAll()
          Tests everything.
 void testEquals()
          Tests equals and hashCode methods.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, 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

TestShareScope

public TestShareScope()
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Test case set up.

Overrides:
setUp in class junit.framework.TestCase
Throws:
java.lang.Exception - If test case cannot be set up.

testAll

public void testAll()
             throws java.lang.Exception
Tests everything.

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

testEquals

public void testEquals()
                throws java.lang.Exception
Tests equals and hashCode methods.

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