net.sourceforge.ccxjc.it
Class SimpleTypeAttributesIndexedTest

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

public class SimpleTypeAttributesIndexedTest
extends Object

Tests the SimpleTypeAttributes complex type.

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

Constructor Summary
SimpleTypeAttributesIndexedTest()
           
 
Method Summary
 void assertTestBytes(byte[] bytes)
           
 void assertTestEntities(String[] entities)
           
 void assertTestIdRefs(Object[] idrefs)
           
 void assertTestSimpleTypeAttributes(SimpleTypeAttributes a)
           
 void assertTestTokens(String[] tokens)
           
 byte[] getTestBytes()
           
 XMLGregorianCalendar getTestCalendar()
           
 Duration getTestDuration()
           
 String[] getTestEntities()
           
 Object[] getTestIdRefs()
           
 QName getTestQName()
           
 SimpleTypeAttributes getTestSimpleTypeAttributes()
           
 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

SimpleTypeAttributesIndexedTest

public SimpleTypeAttributesIndexedTest()
Method Detail

getTestCalendar

public XMLGregorianCalendar getTestCalendar()
                                     throws DatatypeConfigurationException
Throws:
DatatypeConfigurationException

getTestDuration

public Duration getTestDuration()
                         throws DatatypeConfigurationException
Throws:
DatatypeConfigurationException

getTestBytes

public byte[] getTestBytes()

getTestEntities

public String[] getTestEntities()

getTestIdRefs

public Object[] getTestIdRefs()

getTestTokens

public String[] getTestTokens()

getTestQName

public QName getTestQName()

assertTestBytes

public void assertTestBytes(byte[] bytes)

assertTestEntities

public void assertTestEntities(String[] entities)

assertTestIdRefs

public void assertTestIdRefs(Object[] idrefs)

assertTestTokens

public void assertTestTokens(String[] tokens)

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.