| org.geotools.xs.TestSchema
All known Subclasses: org.geotools.xs.TestSchemaTest, org.geotools.xs.bindings.XSAnySimpleTypeStrategyTest, org.geotools.xs.bindings.XSLongStrategyTest, org.geotools.xs.bindings.XSDoubleStrategyTest, org.geotools.xs.bindings.XSNonPositiveIntegerStrategyTest, org.geotools.xs.bindings.XSNonNegativeIntegerStrategyTest, org.geotools.xs.bindings.XSIntegerStrategyTest, org.geotools.xs.bindings.XSFloatStrategyTest, org.geotools.xs.bindings.XSBooleanStrategyTest, org.geotools.xs.bindings.XSNegativeIntegerStrategyTest,
TestSchema | abstract public class TestSchema extends TestCase (Code) | | |
schema | public static XSDSchema schema(Code) | | |
typeDef | protected XSDSimpleTypeDefinition typeDef(Code) | | |
xsd | public static XSDSchema xsd(Code) | | |
TestSchema | public TestSchema()(Code) | | |
getQName | abstract protected QName getQName()(Code) | | Each subclass must indicate which kind of QName they wish to operate against.
|
testSetUp | public void testSetUp()(Code) | | |
validateValues | public void validateValues(String given, Object expected) throws Exception(Code) | | Will call the parse method on the strategy object, passing it
given to use as a value. It will then perform
assertEquals(expected, result);
Parameters: given - the value to pass to the parse method Parameters: expected - used to compare against the result of the parse method throws: Exception - |
xsdSimple | public XSDSimpleTypeDefinition xsdSimple(String name)(Code) | | Limited to a search of simple types, no QName required.
Parameters: name - XSDSimpleTypeDefinition |
|
|