class documentation

class TestFailureElement(Element):

Constructor: TestFailureElement(failure, loader)

View In Hierarchy

An Element that can be used in place of FailureElement to verify that renderElement can render failures properly.

Method __init__ Undocumented
Instance Variable failure Undocumented
Instance Variable loader Undocumented

Inherited from Element:

Method lookupRenderMethod Look up and return the named render method.
Method render Implement IRenderable to allow one Element to be embedded in another's template or rendering output.
def __init__(self, failure: Failure, loader: object = None):

Undocumented

failure =

Undocumented

loader =

Undocumented