frysk.value
Class TestValue

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

public class TestValue
extends TestCase


Field Summary
private  ArithmeticType byteBEType
           
private  ArithmeticType byteType
           
private  ArithmeticType doubleType
           
private  ArithmeticType floatType
           
private  ArithmeticType intBEType
           
private  ArithmeticType intType
           
private  ArithmeticType longBEType
           
private  ArithmeticType longType
           
private  ArithmeticType shortBEType
           
private  ArithmeticType shortType
           
private  int wordSize
           
 
Constructor Summary
TestValue()
           
 
Method Summary
private  boolean isTrue(long i)
           
 void testAddressOps()
           
 void testFloatOps()
           
 void testIntOps()
           
 void testNumber()
           
 
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

longBEType

private ArithmeticType longBEType

intBEType

private ArithmeticType intBEType

shortBEType

private ArithmeticType shortBEType

byteBEType

private ArithmeticType byteBEType

longType

private ArithmeticType longType

intType

private ArithmeticType intType

shortType

private ArithmeticType shortType

byteType

private ArithmeticType byteType

floatType

private ArithmeticType floatType

doubleType

private ArithmeticType doubleType

wordSize

private int wordSize
Constructor Detail

TestValue

public TestValue()
Method Detail

testNumber

public void testNumber()

isTrue

private boolean isTrue(long i)

testIntOps

public void testIntOps()

testFloatOps

public void testFloatOps()

testAddressOps

public void testAddressOps()