frysk.testbed
Class TestLocalMemory

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

public class TestLocalMemory
extends TestCase

Check that LocalMemory addresses are pointing where expected.


Constructor Summary
TestLocalMemory()
           
 
Method Summary
 void testDataContents()
          Check that at least the first data byte is as expected.
 void testStackChanging()
          Check that the stack address changes as new stack frames are created.
 void testStackContents()
          Check that the stack contents are as expected.
 
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, 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, 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

TestLocalMemory

public TestLocalMemory()
Method Detail

testStackChanging

public void testStackChanging()
Check that the stack address changes as new stack frames are created.


testStackContents

public void testStackContents()
Check that the stack contents are as expected.


testDataContents

public void testDataContents()
Check that at least the first data byte is as expected.