org.objectweb.jorm.runtime.namedef
Class TestNameDefComposite

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--org.objectweb.jorm.runtime.TestRuntimeHelper
                    |
                    +--org.objectweb.jorm.runtime.namedef.TestNameDefComposite
All Implemented Interfaces:
junit.framework.Test

public class TestNameDefComposite
extends TestRuntimeHelper

Author:
S.Chassande-Barrioz

Field Summary
 
Fields inherited from class org.objectweb.jorm.runtime.TestRuntimeHelper
LOG_NAME, logger, loggerFactory, mapper, TESTCONFIGFILE
 
Constructor Summary
TestNameDefComposite(java.lang.String s)
           
 
Method Summary
protected  PBinder getBinder(java.lang.String className)
           
protected  java.lang.String getLoggerName()
           
 void testByte()
           
 void testBytearray()
           
 void testChar()
           
 void testChararray()
           
 void testDate()
           
 void testInt()
           
 void testLong()
           
 void testObyte()
           
 void testOchar()
           
 void testOint()
           
 void testOlong()
           
 void testOshort()
           
 void testShort()
           
 void testString()
           
 
Methods inherited from class org.objectweb.jorm.runtime.TestRuntimeHelper
assertEqual, assertEqual, changeLogger, export, getGenClassMapping, getGenClassMapping, getMapping, getPNameCoder, getPNameCoder, getTime, isCodingOnly, performIO, performIO, setUp, tearDown, unexport, writeRead
 
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, 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

TestNameDefComposite

public TestNameDefComposite(java.lang.String s)
                     throws java.lang.Exception
Method Detail

getLoggerName

protected java.lang.String getLoggerName()
Specified by:
getLoggerName in class TestRuntimeHelper

getBinder

protected PBinder getBinder(java.lang.String className)
                     throws java.lang.Exception
Specified by:
getBinder in class TestRuntimeHelper
java.lang.Exception

testByte

public void testByte()
              throws java.lang.Exception
java.lang.Exception

testObyte

public void testObyte()
               throws java.lang.Exception
java.lang.Exception

testChar

public void testChar()
              throws java.lang.Exception
java.lang.Exception

testOchar

public void testOchar()
               throws java.lang.Exception
java.lang.Exception

testShort

public void testShort()
               throws java.lang.Exception
java.lang.Exception

testOshort

public void testOshort()
                throws java.lang.Exception
java.lang.Exception

testInt

public void testInt()
             throws java.lang.Exception
java.lang.Exception

testOint

public void testOint()
              throws java.lang.Exception
java.lang.Exception

testLong

public void testLong()
              throws java.lang.Exception
java.lang.Exception

testOlong

public void testOlong()
               throws java.lang.Exception
java.lang.Exception

testString

public void testString()
                throws java.lang.Exception
java.lang.Exception

testDate

public void testDate()
              throws java.lang.Exception
java.lang.Exception

testBytearray

public void testBytearray()
                   throws java.lang.Exception
java.lang.Exception

testChararray

public void testChararray()
                   throws java.lang.Exception
java.lang.Exception