Peach :: Generators :: xmlstuff :: XmlParserTestsError :: Class XmlParserTestsError
[hide private]

Class XmlParserTestsError

source code


W3C XML Validation Tests, error set only.

NOTE: Test files are in samples/xmltests.zip these are the latest test cases from W3C as of 02/23/06 for XML.

Instance Methods [hide private]
 
__init__(self, group, testsFolder)
Base constructor, please call me!
source code

Inherited from XmlParserTestsGeneric: getRawValue, next, reset

Inherited from generator.Generator: __iter__, getGroup, getName, getTransformer, getValue, identity, setGroup, setName, setTransformer

Static Methods [hide private]

Inherited from XmlParserTestsGeneric: unittest

Method Details [hide private]

__init__(self, group, testsFolder)
(Constructor)

source code 

Base constructor, please call me!

Parameters:
  • group (Group) - Group this Generator belongs to
  • testsFolder (string) - Location of test files
Overrides: generator.Generator.__init__