net.sourceforge.ccxjc.it
Class SimpleTypeAttributesCollectionsTest

java.lang.Object
  extended by net.sourceforge.ccxjc.it.SimpleTypeAttributesCollectionsTest

public class SimpleTypeAttributesCollectionsTest
extends Object

Tests the SimpleTypeAttributes complex type.

Version:
$Id: SimpleTypeAttributesCollectionsTest.java 52 2009-08-16 01:12:03Z schulte2005 $
Author:
Christian Schulte

Constructor Summary
SimpleTypeAttributesCollectionsTest()
           
 
Method Summary
 void assertTestBytes(byte[] bytes)
           
 void assertTestSimpleTypeAttributes(SimpleTypeAttributes a)
           
 byte[] getTestBytes()
           
 XMLGregorianCalendar getTestCalendar()
           
 Duration getTestDuration()
           
 List<String> getTestEntities()
           
 List<Object> getTestIdRefs()
           
 QName getTestQName()
           
 SimpleTypeAttributes getTestSimpleTypeAttributes()
           
 List<String> getTestTokens()
           
 void testSerializable()
           
 void testSimpleTypeAttributes()
           
 void testSimpleTypeAttributesDefaults()
           
 void testSimpleTypeAttributesNull()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleTypeAttributesCollectionsTest

public SimpleTypeAttributesCollectionsTest()
Method Detail

getTestCalendar

public XMLGregorianCalendar getTestCalendar()
                                     throws DatatypeConfigurationException
Throws:
DatatypeConfigurationException

getTestDuration

public Duration getTestDuration()
                         throws DatatypeConfigurationException
Throws:
DatatypeConfigurationException

getTestBytes

public byte[] getTestBytes()

getTestEntities

public List<String> getTestEntities()

getTestIdRefs

public List<Object> getTestIdRefs()

getTestTokens

public List<String> getTestTokens()

getTestQName

public QName getTestQName()

assertTestBytes

public void assertTestBytes(byte[] bytes)

getTestSimpleTypeAttributes

public SimpleTypeAttributes getTestSimpleTypeAttributes()
                                                 throws DatatypeConfigurationException
Throws:
DatatypeConfigurationException

assertTestSimpleTypeAttributes

public void assertTestSimpleTypeAttributes(SimpleTypeAttributes a)
                                    throws DatatypeConfigurationException
Throws:
DatatypeConfigurationException

testSimpleTypeAttributesNull

public void testSimpleTypeAttributesNull()
                                  throws Exception
Throws:
Exception

testSimpleTypeAttributesDefaults

public void testSimpleTypeAttributesDefaults()
                                      throws Exception
Throws:
Exception

testSimpleTypeAttributes

public void testSimpleTypeAttributes()
                              throws Exception
Throws:
Exception

testSerializable

public void testSerializable()
                      throws Exception
Throws:
Exception


Copyright © 2009 The CC-XJC Community. All Rights Reserved.