org.globus.cog.gridshell.model.test
Class ScopeablePropertiesTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.globus.cog.gridshell.test.AbstractGridshellTest
              extended byorg.globus.cog.gridshell.model.test.ScopeablePropertiesTest
All Implemented Interfaces:
junit.framework.Test

public class ScopeablePropertiesTest
extends AbstractGridshellTest


Field Summary
 
Fields inherited from class org.globus.cog.gridshell.test.AbstractGridshellTest
PROP_TEST_DIR, TEST_DIR
 
Constructor Summary
ScopeablePropertiesTest()
           
 
Method Summary
 void testKeySet()
           
 void testNoSuperSize()
           
 void testSuperSize()
           
 void testSuperValues()
           
 void testValues()
           
 
Methods inherited from class org.globus.cog.gridshell.test.AbstractGridshellTest
classToPath, getTestFile
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ScopeablePropertiesTest

public ScopeablePropertiesTest()
Method Detail

testNoSuperSize

public void testNoSuperSize()
                     throws Exception
Throws:
Exception

testValues

public void testValues()
                throws Exception
Throws:
Exception

testSuperSize

public void testSuperSize()
                   throws Exception
Throws:
Exception

testSuperValues

public void testSuperValues()
                     throws Exception
Throws:
Exception

testKeySet

public void testKeySet()
                throws Exception
Throws:
Exception