net.sf.jaxme.xs.junit
Class JAXBParserTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bynet.sf.jaxme.xs.junit.ParserTestBase
              extended bynet.sf.jaxme.xs.junit.ParserTest
                  extended bynet.sf.jaxme.xs.junit.JAXBParserTest
All Implemented Interfaces:
junit.framework.Test

public class JAXBParserTest
extends ParserTest

Author:
Jochen Wiedmann

Constructor Summary
JAXBParserTest(java.lang.String pName)
           
 
Method Summary
 void testJAXBClass()
           
 void testJAXBGlobalBindings()
           
 void testJAXBGlobalBindingsDefaults()
           
 void testJAXBJavaType1()
           
 void testJAXBProperty1()
           
 void testJAXBProperty2()
           
 void testJAXBProperty3()
           
 void testJAXBSchemaBindings()
           
 void testJAXBSchemaBindingsDefaults()
           
 void testJAXBTypesafeEnumClass1()
           
 void testJAXBTypesafeEnumClass2()
           
 
Methods inherited from class net.sf.jaxme.xs.junit.ParserTest
testAttributeGroups, testAttributeGroups, testAttributes, testAttributes, testElements, testElements, testFacets, testFacets, testPurchaseOrder, testRestrictionMaxExclusive, testSimpleTypes, testSimpleTypes
 
Methods inherited from class net.sf.jaxme.xs.junit.ParserTestBase
assertAtomicType, assertComplexContent, assertComplexType, assertElement, assertGroup, assertListType, assertRestriction, assertSequence, assertSimpleContent, assertSimpleType, assertUnionType, newJAXBParser, newXSParser
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, setUp, tearDown, 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

JAXBParserTest

public JAXBParserTest(java.lang.String pName)
Method Detail

testJAXBGlobalBindingsDefaults

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

testJAXBGlobalBindings

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

testJAXBSchemaBindingsDefaults

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

testJAXBSchemaBindings

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

testJAXBClass

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

testJAXBProperty1

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

testJAXBProperty2

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

testJAXBProperty3

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

testJAXBJavaType1

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

testJAXBTypesafeEnumClass1

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

testJAXBTypesafeEnumClass2

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