class documentation

class TestError(TestInfo):

Constructor: TestError(type_, text)

View In Hierarchy

'error' result container

Method xml @return XML tag representing the object, with non-XML text filtered out @rtype: str
Method xml_element @return XML tag representing the object, with non-XML text filtered out @rtype: xml.etree.ElementTree.Element

Inherited from TestInfo:

Method __init__ @param type_: type attribute from xml @type type_: str @param text: text property from xml @type text: str
Instance Variable text Undocumented
Instance Variable type Undocumented
def xml(self):

@return XML tag representing the object, with non-XML text filtered out @rtype: str

def xml_element(self):

@return XML tag representing the object, with non-XML text filtered out @rtype: xml.etree.ElementTree.Element