Class n.l.r.TestSuiteFragment(athena.LiveFragment):

Part of nevow.livetrial.runner View Source View In Hierarchy

Known subclasses: nevow.livetrial.runner.TestRunner

Undocumented

Split Table into Classes Show Methods in One Table

Line # Kind Name Docs
12 Method __init__ Undocumented
18 Method gatherTests Undocumented
29 Method gatherHead Undocumented
41 Method render_tests Undocumented

Inherited from Fragment (via LiveFragment):

Line # Kind Name Docs
384 Method get Return the data
387 Method rend Turn this instance into stan suitable for displaying it in a web page.
432 Method remember Remember an object for an interface on new PageContexts which are
443 Method rememberStuff Undocumented

Inherited from DataFactory (via LiveFragment, Fragment):

Line # Kind Name Docs
120 Method child Return a conceptual child; an attribute, or a key,

Inherited from RenderFactory (via LiveFragment, Fragment):

Line # Kind Name Docs
60 Method renderer Return a renderer with the given name.

Inherited from MacroFactory (via LiveFragment, Fragment):

Line # Kind Name Docs
90 Method macro Return a macro with the given name.

Inherited from ConfigurableMixin (via LiveFragment, Fragment):

Line # Kind Name Docs
193 Method getBindingNames Expose bind_* methods and attributes on this class.
200 Method getBinding Massage bind_* methods and attributes into an
223 Method getDefault Get a default value for a given binding. If the
235 Method postForm Accept a form post to the given bindingName.
Line # Kind Name Docs
12 Method __init__ Undocumented
120 Method child Return a conceptual child; an attribute, or a key,
29 Method gatherHead Undocumented
18 Method gatherTests Undocumented
384 Method get Return the data
200 Method getBinding Massage bind_* methods and attributes into an
193 Method getBindingNames Expose bind_* methods and attributes on this class.
223 Method getDefault Get a default value for a given binding. If the
90 Method macro Return a macro with the given name.
235 Method postForm Accept a form post to the given bindingName.
432 Method remember Remember an object for an interface on new PageContexts which are
443 Method rememberStuff Undocumented
387 Method rend Turn this instance into stan suitable for displaying it in a web page.
41 Method render_tests Undocumented
60 Method renderer Return a renderer with the given name.
def __init__(self, suite): (source)
Undocumented
def gatherTests(self, testInstances): (source)
Undocumented
def gatherHead(self): (source)
Undocumented
def render_tests(self, ctx, data): (source)
Undocumented
API Documentation for Nevow, generated by pydoctor.