class documentation

class TestCaseTests(TestCase): (source)

View In Hierarchy

Tests for TestCase.

Interface IFrobbable Frobbable object.
Class Frobbable Implements IFrobbable.
Class NotFrobbable Does not implement IFrobbable, despite declaring.
Method test_assertProvidesFail TestCase.assertProvides does not raise when interface is not provided by obj.
Method test_assertProvidesPass TestCase.assertProvides does not raise when interface is provided by obj.

Inherited from TestCase:

Method assertProvides Assert that a object provides an interface.
def test_assertProvidesFail(self): (source)

TestCase.assertProvides does not raise when interface is not provided by obj.

def test_assertProvidesPass(self): (source)

TestCase.assertProvides does not raise when interface is provided by obj.