Class n.t.TestCase(TrialTestCase):

Part of nevow.testutil View Source View In Hierarchy

Undocumented

Split Table into Classes Show Methods in One Table

Line # Kind Name Docs
188 Method failUnlessSubstring Undocumented
192 Method failIfSubstring Undocumented
200 Method assertNotIdentical Undocumented
205 Method failIfIn Undocumented
210 Method assertApproximates Undocumented

Inherited from TestCase:

Line # Kind Name Docs
448 Method __init__ Construct an asynchronous test case for methodName.
530 Method shortDescription Undocumented
536 Method __call__ Undocumented
539 Method deferSetUpClass Undocumented
562 Method deferSetUp Undocumented
578 Method deferTestMethod Undocumented
609 Method deferTearDown Undocumented
621 Method deferTearDownClass Undocumented
703 Method flushLoggedErrors Remove stored errors received from the log.
718 Method runTest If no methodName argument is passed to the constructor, run will
725 Method run Run the test case, storing the results in result.
785 Method getSkip Return the skip reason set on this test, if any is set. Checks on the
795 Method getTodo Return a Todo object if the test is marked todo. Checks on the
808 Method getTimeout Returns the timeout value set on this test. Checks on the instance
829 Method getSuppress Returns any warning suppressions set for this test. Checks on the
840 Method visit Visit this test case. Call visitor with self as a parameter.
852 Method mktemp Returns a unique name that may be used as either a temporary
Line # Kind Name Docs
536 Method __call__ Undocumented
448 Method __init__ Construct an asynchronous test case for methodName.
210 Method assertApproximates Undocumented
200 Method assertNotIdentical Undocumented
562 Method deferSetUp Undocumented
539 Method deferSetUpClass Undocumented
609 Method deferTearDown Undocumented
621 Method deferTearDownClass Undocumented
578 Method deferTestMethod Undocumented
205 Method failIfIn Undocumented
192 Method failIfSubstring Undocumented
188 Method failUnlessSubstring Undocumented
703 Method flushLoggedErrors Remove stored errors received from the log.
785 Method getSkip Return the skip reason set on this test, if any is set. Checks on the
829 Method getSuppress Returns any warning suppressions set for this test. Checks on the
808 Method getTimeout Returns the timeout value set on this test. Checks on the instance
795 Method getTodo Return a Todo object if the test is marked todo. Checks on the
852 Method mktemp Returns a unique name that may be used as either a temporary
725 Method run Run the test case, storing the results in result.
718 Method runTest If no methodName argument is passed to the constructor, run will
530 Method shortDescription Undocumented
840 Method visit Visit this test case. Call visitor with self as a parameter.
def failUnlessSubstring(self, containee, container, msg=None): (source)
Undocumented
def failIfSubstring(self, containee, container, msg=None): (source)
Undocumented
def assertNotIdentical(self, first, second, msg=None): (source)
Undocumented
def failIfIn(self, containee, container, msg=None): (source)
Undocumented
def assertApproximates(self, first, second, tolerance, msg=None): (source)
Undocumented
API Documentation for Nevow, generated by pydoctor.