ca.quine.jcommons.sourceexporter.test
Class NullAndPrimitivesExportTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--ca.quine.jcommons.sourceexporter.test.SourceExporterTestCase
                    |
                    +--ca.quine.jcommons.sourceexporter.test.NullAndPrimitivesExportTest
All Implemented Interfaces:
junit.framework.Test

public class NullAndPrimitivesExportTest
extends SourceExporterTestCase


Field Summary
 
Fields inherited from class ca.quine.jcommons.sourceexporter.test.SourceExporterTestCase
RESOURCES_PACKAGE, TEST_DIR
 
Constructor Summary
NullAndPrimitivesExportTest()
           
 
Method Summary
 void testByte()
           
 void testDoubles()
           
 void testFloats()
           
 void testNull()
           
 
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, 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

NullAndPrimitivesExportTest

public NullAndPrimitivesExportTest()
Method Detail

testNull

public void testNull()
              throws Exception
Exception

testByte

public void testByte()
              throws Exception
Exception

testDoubles

public void testDoubles()
                 throws Exception
Exception

testFloats

public void testFloats()
                throws Exception
Exception