ma.glasnost.orika.test.primitives
Class PrimitivesTestCase

java.lang.Object
  extended by ma.glasnost.orika.test.primitives.PrimitivesTestCase

public class PrimitivesTestCase
extends Object


Nested Class Summary
static class PrimitivesTestCase.CharHolder
           
static class PrimitivesTestCase.DoubleHolder
           
static class PrimitivesTestCase.FloatHolder
           
static class PrimitivesTestCase.IntHolder
           
static class PrimitivesTestCase.LongHolder
           
static class PrimitivesTestCase.OtherWrapperAttributes
           
static class PrimitivesTestCase.PrimitiveAttributes
           
static class PrimitivesTestCase.ShortHolder
           
static class PrimitivesTestCase.WrapperAttributes
           
 
Constructor Summary
PrimitivesTestCase()
           
 
Method Summary
 void int_short()
           
 void long_int()
           
 void long_short()
           
 void testPrimitivesToWrapper()
           
 void testWrapperToPrimitives()
           
 void testWrapperToWrapper()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrimitivesTestCase

public PrimitivesTestCase()
Method Detail

testPrimitivesToWrapper

public void testPrimitivesToWrapper()

testWrapperToPrimitives

public void testWrapperToPrimitives()

testWrapperToWrapper

public void testWrapperToWrapper()

int_short

public void int_short()

long_short

public void long_short()

long_int

public void long_int()


Copyright © 2012 Glasnost. All Rights Reserved.