org.globus.cog.gridshell.commands.test
Class CommandPropertiesTest

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

public class CommandPropertiesTest
extends junit.framework.TestCase


Field Summary
protected  CommandProperties cmdProperties
           
 
Constructor Summary
CommandPropertiesTest()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testCommandCount()
           
 void testEscapedCommandName()
           
 void testInherit()
          Ensures that the correct command name is matched to the correct value based upon the super classes
 
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
 

Field Detail

cmdProperties

protected CommandProperties cmdProperties
Constructor Detail

CommandPropertiesTest

public CommandPropertiesTest()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

tearDown

public void tearDown()
              throws Exception
Throws:
Exception

testInherit

public void testInherit()
Ensures that the correct command name is matched to the correct value based upon the super classes


testCommandCount

public void testCommandCount()
                      throws Exception
Throws:
Exception

testEscapedCommandName

public void testEscapedCommandName()
                            throws Exception
Throws:
Exception