class documentation

Extensions to SynchronousTestCase.

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

Assert that a object provides an interface.

Parameters
interface:Type[Interface]The interface the object is expected to provide.
obj:objectThe object to test.