| Home | Trees | Index | Help |
|
|---|
|
pmock: Python mock object framework, providing support for creating mock
objects for use in unit testing.
__builtin__.object:
The most base type
pmock.Mock:
A mock object.
unittest.TestCase:
A class whose instances are single test cases.
__builtin__.type:
type(object) -> the object's type type(name, bases, dict) -> a
new type
pmock.AbstractArgumentsMatcher
pmock.BoundMethod
pmock.DefaultStub
pmock.EqConstraint
pmock.FunctorConstraint
pmock.Invocation
pmock.InvocationMocker
pmock.InvocationMockerBuilder
pmock.InvokedAfterMatcher
pmock.InvokedRecorderMatcher
pmock.MethodMatcher
pmock.NotCalledInvocationMatcher
pmock.Proxy:
A proxy for a mock object.
pmock.RaiseExceptionStub
pmock.ReturnValueStub
pmock.SameConstraint
pmock.StringContainsConstraint
pmock.StubInvocationMatcher
exceptions.Exception:
Common base class for all exceptions.
exceptions.StandardError:
Base class for all standard Python exceptions.
exceptions.AssertionError:
Assertion failed.
pmock.Error
pmock.DefinitionError:
Expectation definition isn't valid.
pmock.MatchError:
Method call unexpected.
pmock.VerificationError:
An expectation have failed verification.
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Sun Jul 25 19:39:43 2004 | http://epydoc.sf.net |