org.objectweb.jorm.runtime.namedef
Class TestNameDefComposite

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.objectweb.jorm.runtime.TestRuntimeHelper
              extended byorg.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 testBigDecimal()
           
 void testBigInteger()
           
 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, bind, changeLogger, export, getGenClassMapping, getGenClassMapping, getMapping, getPNameCoder, getPNameCoder, getTime, isCodingOnly, performIO, performIO, performIO, setUp, tearDown, unexport, writeRead
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, 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
Throws:
java.lang.Exception

testByte

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

testObyte

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

testChar

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

testOchar

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

testShort

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

testOshort

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

testInt

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

testOint

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

testLong

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

testOlong

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

testString

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

testDate

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

testBigDecimal

public void testBigDecimal()
                    throws java.lang.Exception
Throws:
java.lang.Exception

testBigInteger

public void testBigInteger()
                    throws java.lang.Exception
Throws:
java.lang.Exception

testBytearray

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

testChararray

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