frysk.value
Class TestDecoratorTypes

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

public class TestDecoratorTypes
extends TestCase

Test the effect of decorating a type.


Field Summary
private  SignedType int_t
           
 
Constructor Summary
TestDecoratorTypes()
           
 
Method Summary
 void testConstType()
           
 void testPackedType()
           
 void testPointerType()
           
 void testReferenceType()
           
 void testRestrictType()
           
 void testSharedType()
           
 void testTypeDef()
           
 void testUltimateType()
           
 void testVolatileType()
           
 
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
 

Field Detail

int_t

private final SignedType int_t
Constructor Detail

TestDecoratorTypes

public TestDecoratorTypes()
Method Detail

testConstType

public void testConstType()

testPackedType

public void testPackedType()

testPointerType

public void testPointerType()

testReferenceType

public void testReferenceType()

testRestrictType

public void testRestrictType()

testSharedType

public void testSharedType()

testVolatileType

public void testVolatileType()

testTypeDef

public void testTypeDef()

testUltimateType

public void testUltimateType()