frysk.hpd
Class TestEvalCommands

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by frysk.junit.TestCase
              extended by frysk.testbed.TestLib
                  extended by frysk.hpd.TestLib
                      extended by frysk.hpd.TestEvalCommands
All Implemented Interfaces:
Test

public class TestEvalCommands
extends TestLib

Test the functionality of the print command; for instance that the formatting options work. The intent here is not to test underlying code such as the type parser or the formatter; that is the responsibility of underlying tests.


Field Summary
 
Fields inherited from class frysk.hpd.TestLib
child, e, prompt
 
Fields inherited from class frysk.testbed.TestLib
host
 
Constructor Summary
TestEvalCommands()
           
 
Method Summary
 void testAddressOf()
           
 void testDereference()
           
 void testFormatInteger_b()
           
 void testFormatInteger_d()
           
 void testFormatInteger_o()
           
 void testFormatInteger_x()
           
 void testFormatInteger()
           
 void testFormatUnknown()
           
 void testPrintLocation()
           
 void testPrintLocationFails()
           
 void testPrintType()
           
 void testPrintTypeFails()
           
 void testRegister()
           
 void testUnattached()
           
 
Methods inherited from class frysk.hpd.TestLib
getChild, tearDown
 
Methods inherited from class frysk.testbed.TestLib
addToTearDown, addToTearDown, assertRunToFindProc, assertRunUntilStop, assertRunUntilStop, getExecPath, isChildOf, isChildOfMine, isDescendantOf, isDescendantOfMine, runPending, setUp
 
Methods inherited from class frysk.junit.TestCase
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, getTimeoutMilliseconds, getTimeoutSeconds, missing32or64, unresolved, unresolvedOffUtrace, unresolvedOn32On64, unresolvedOnIA32, unresolvedOnPPC, unresolvedOnUtrace, unresolvedOnx8664, unsupported
 
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, 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

TestEvalCommands

public TestEvalCommands()
Method Detail

testUnattached

public void testUnattached()

testFormatInteger

public void testFormatInteger()

testFormatInteger_d

public void testFormatInteger_d()

testFormatInteger_b

public void testFormatInteger_b()

testFormatInteger_o

public void testFormatInteger_o()

testFormatInteger_x

public void testFormatInteger_x()

testFormatUnknown

public void testFormatUnknown()

testAddressOf

public void testAddressOf()

testDereference

public void testDereference()

testRegister

public void testRegister()

testPrintLocation

public void testPrintLocation()

testPrintLocationFails

public void testPrintLocationFails()

testPrintType

public void testPrintType()

testPrintTypeFails

public void testPrintTypeFails()