org.apache.ws.commons.schema.walker
Class TestXmlSchemaRestriction

java.lang.Object
  extended by org.apache.ws.commons.schema.walker.TestXmlSchemaRestriction

public class TestXmlSchemaRestriction
extends Object


Constructor Summary
TestXmlSchemaRestriction()
           
 
Method Summary
 void tesetWhitespaceCollapseNotFixed()
           
 void testAllOtherEqualsAndHashCode()
           
 void testDigitsFractionFixed()
           
 void testDigitsFractionNotFixed()
           
 void testDigitsTotalFixed()
           
 void testDigitsTotalNotFixed()
           
 void testEnumerationEqualsAndHashCode()
          Enumerations are the only restriction where the value and fixedness factor into the equality check and hash code generation.
 void testEnumerationFacetFixed()
           
 void testEnumerationFacetNotFixed()
           
 void testExclusiveMaxFixed()
           
 void testExclusiveMaxNotFixed()
           
 void testExclusiveMinFixed()
           
 void testExclusiveMinNotFixed()
           
 void testFullConstructor()
           
 void testInclusiveMaxFixed()
           
 void testInclusiveMaxNotFixed()
           
 void testInclusiveMinFixed()
           
 void testInclusiveMinNotFixed()
           
 void testLengthFacetFixed()
           
 void testLengthFacetNotFixed()
           
 void testLengthMaxFacetFixed()
           
 void testLengthMaxFacetNotFixed()
           
 void testLengthMinFacetFixed()
           
 void testLengthMinFacetNotFixed()
           
 void testPatternEqualsAndHashCode()
           
 void testPatternFacetFixed()
           
 void testPatternFacetNotFixed()
           
 void testSetters()
           
 void testTypeConstructor()
           
 void testWhitespaceCollapseFixed()
           
 void testWhitespacePreserveFixed()
           
 void testWhitespacePreserveNotFixed()
           
 void testWhitespaceReplaceFixed()
           
 void testWhitespaceReplaceNotFixed()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestXmlSchemaRestriction

public TestXmlSchemaRestriction()
Method Detail

testWhitespaceCollapseFixed

public void testWhitespaceCollapseFixed()

tesetWhitespaceCollapseNotFixed

public void tesetWhitespaceCollapseNotFixed()

testWhitespacePreserveFixed

public void testWhitespacePreserveFixed()

testWhitespacePreserveNotFixed

public void testWhitespacePreserveNotFixed()

testWhitespaceReplaceFixed

public void testWhitespaceReplaceFixed()

testWhitespaceReplaceNotFixed

public void testWhitespaceReplaceNotFixed()

testEnumerationFacetFixed

public void testEnumerationFacetFixed()

testEnumerationFacetNotFixed

public void testEnumerationFacetNotFixed()

testExclusiveMaxFixed

public void testExclusiveMaxFixed()

testExclusiveMaxNotFixed

public void testExclusiveMaxNotFixed()

testExclusiveMinFixed

public void testExclusiveMinFixed()

testExclusiveMinNotFixed

public void testExclusiveMinNotFixed()

testInclusiveMinFixed

public void testInclusiveMinFixed()

testInclusiveMinNotFixed

public void testInclusiveMinNotFixed()

testInclusiveMaxFixed

public void testInclusiveMaxFixed()

testInclusiveMaxNotFixed

public void testInclusiveMaxNotFixed()

testDigitsFractionFixed

public void testDigitsFractionFixed()

testDigitsFractionNotFixed

public void testDigitsFractionNotFixed()

testDigitsTotalFixed

public void testDigitsTotalFixed()

testDigitsTotalNotFixed

public void testDigitsTotalNotFixed()

testPatternFacetFixed

public void testPatternFacetFixed()

testPatternFacetNotFixed

public void testPatternFacetNotFixed()

testLengthFacetFixed

public void testLengthFacetFixed()

testLengthFacetNotFixed

public void testLengthFacetNotFixed()

testLengthMinFacetFixed

public void testLengthMinFacetFixed()

testLengthMinFacetNotFixed

public void testLengthMinFacetNotFixed()

testLengthMaxFacetFixed

public void testLengthMaxFacetFixed()

testLengthMaxFacetNotFixed

public void testLengthMaxFacetNotFixed()

testTypeConstructor

public void testTypeConstructor()

testFullConstructor

public void testFullConstructor()

testSetters

public void testSetters()

testEnumerationEqualsAndHashCode

public void testEnumerationEqualsAndHashCode()
Enumerations are the only restriction where the value and fixedness factor into the equality check and hash code generation. When building XmlSchemaScopes, only XmlSchemaEnumerationFacets are allowed to have multiple values.


testPatternEqualsAndHashCode

public void testPatternEqualsAndHashCode()

testAllOtherEqualsAndHashCode

public void testAllOtherEqualsAndHashCode()


Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.