1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137
|
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Module and Class Hierarchies</title>
<link rel="stylesheet" href="epydoc.css" type="text/css"></link>
</head>
<body bgcolor="white" text="black" link="blue" vlink="#204080"
alink="#204080">
<!-- =========== START OF NAVBAR =========== -->
<table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0">
<tr valign="center">
<th class="navbar"> <a class="navbar" href="pmock-module.html">Home</a> </th>
<th bgcolor="#70b0f0" class="navselect"> Trees </th>
<th class="navbar"> <a class="navbar" href="indices.html">Index</a> </th>
<th class="navbar"> <a class="navbar" href="help.html">Help</a> </th>
<th class="navbar" align="right" width="100%">
<table border="0" cellpadding="0" cellspacing="0">
<tr><th class="navbar" align="center">
<p class="nomargin">
<a class="navbar" target="_top" href="http://pmock.sourceforge.net">pMock</a>
</p></th></tr></table>
</th>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="100%">
</td>
<td><table cellpadding="0" cellspacing="0">
<tr><td align="right"><font size="-2">[show private | <a href="../public/trees.html">hide private</a>]</font></td></tr>
<tr><td align="right"><font size="-2">[<a href="frames.html"target="_top">frames</a> | <a href="trees.html" target="_top">no frames</a>]</font></td></tr>
</table></td>
</tr></table>
<!-- =========== START OF MODULE HIERARCHY =========== -->
<h2>Module Hierarchy</h2>
<ul>
<li> <b><a href="pmock-module.html"><code>pmock</code></a></b>: <i>Python mock object framework, providing support for creating mock
objects for use in unit testing.</i>
</ul>
<!-- =========== START OF CLASS HIERARCHY =========== -->
<h2>Class Hierarchy</h2>
<ul>
<li> <b><a href="__builtin__.object-class.html"><code>__builtin__.object</code></a></b>: <i>
The most base type</i>
<ul>
<li> <b><a href="pmock.Mock-class.html"><code>pmock.Mock</code></a></b>: <i>
A mock object.</i>
<li> <b><a href="unittest.TestCase-class.html"><code>unittest.TestCase</code></a></b>: <i>
A class whose instances are single test cases.</i>
<ul>
<li> <b><a href="pmock.MockTestCase-class.html"><code>pmock.MockTestCase</code></a></b>
</ul>
<li> <b><a href="__builtin__.type-class.html"><code>__builtin__.type</code></a></b>: <i>
type(object) -> the object's type type(name, bases, dict) -> a
new type</i>
<li> <b><a href="../private/pmock.AbstractArgumentsMatcher-class.html"><code>pmock.AbstractArgumentsMatcher</code></a></b>
<ul>
<li> <b><a href="../private/pmock.AllArgumentsMatcher-class.html"><code>pmock.AllArgumentsMatcher</code></a></b>
<li> <b><a href="../private/pmock.LeastArgumentsMatcher-class.html"><code>pmock.LeastArgumentsMatcher</code></a></b>
</ul>
<li> <b><a href="../private/pmock.BoundMethod-class.html"><code>pmock.BoundMethod</code></a></b>
<li> <b><a href="../private/pmock.DefaultStub-class.html"><code>pmock.DefaultStub</code></a></b>
<li> <b><a href="../private/pmock.EqConstraint-class.html"><code>pmock.EqConstraint</code></a></b>
<li> <b><a href="../private/pmock.FunctorConstraint-class.html"><code>pmock.FunctorConstraint</code></a></b>
<li> <b><a href="../private/pmock.Invocation-class.html"><code>pmock.Invocation</code></a></b>
<li> <b><a href="../private/pmock.InvocationMocker-class.html"><code>pmock.InvocationMocker</code></a></b>
<li> <b><a href="../private/pmock.InvocationMockerBuilder-class.html"><code>pmock.InvocationMockerBuilder</code></a></b>
<li> <b><a href="../private/pmock.InvokedAfterMatcher-class.html"><code>pmock.InvokedAfterMatcher</code></a></b>
<li> <b><a href="../private/pmock.InvokedRecorderMatcher-class.html"><code>pmock.InvokedRecorderMatcher</code></a></b>
<ul>
<li> <b><a href="../private/pmock.AtLeastOnceInvocationMatcher-class.html"><code>pmock.AtLeastOnceInvocationMatcher</code></a></b>
<li> <b><a href="../private/pmock.OnceInvocationMatcher-class.html"><code>pmock.OnceInvocationMatcher</code></a></b>
</ul>
<li> <b><a href="../private/pmock.MethodMatcher-class.html"><code>pmock.MethodMatcher</code></a></b>
<li> <b><a href="../private/pmock.NotCalledInvocationMatcher-class.html"><code>pmock.NotCalledInvocationMatcher</code></a></b>
<li> <b><a href="../private/pmock.Proxy-class.html"><code>pmock.Proxy</code></a></b>: <i>
A proxy for a mock object.</i>
<li> <b><a href="../private/pmock.RaiseExceptionStub-class.html"><code>pmock.RaiseExceptionStub</code></a></b>
<li> <b><a href="../private/pmock.ReturnValueStub-class.html"><code>pmock.ReturnValueStub</code></a></b>
<li> <b><a href="../private/pmock.SameConstraint-class.html"><code>pmock.SameConstraint</code></a></b>
<li> <b><a href="../private/pmock.StringContainsConstraint-class.html"><code>pmock.StringContainsConstraint</code></a></b>
<li> <b><a href="../private/pmock.StubInvocationMatcher-class.html"><code>pmock.StubInvocationMatcher</code></a></b>
</ul>
<li> <b><a href="exceptions.Exception-class.html"><code>exceptions.Exception</code></a></b>: <i>
Common base class for all exceptions.</i>
<ul>
<li> <b><a href="exceptions.StandardError-class.html"><code>exceptions.StandardError</code></a></b>: <i>
Base class for all standard Python exceptions.</i>
<ul>
<li> <b><a href="exceptions.AssertionError-class.html"><code>exceptions.AssertionError</code></a></b>: <i>
Assertion failed.</i>
<ul>
<li> <b><a href="../private/pmock.Error-class.html"><code>pmock.Error</code></a></b>
<ul>
<li> <b><a href="../private/pmock.DefinitionError-class.html"><code>pmock.DefinitionError</code></a></b>: <i>
Expectation definition isn't valid.</i>
<li> <b><a href="../private/pmock.MatchError-class.html"><code>pmock.MatchError</code></a></b>: <i>
Method call unexpected.</i>
<li> <b><a href="../private/pmock.VerificationError-class.html"><code>pmock.VerificationError</code></a></b>: <i>
An expectation have failed verification.</i>
</ul>
</ul>
</ul>
</ul>
</ul>
<!-- =========== START OF NAVBAR =========== -->
<table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0">
<tr valign="center">
<th class="navbar"> <a class="navbar" href="pmock-module.html">Home</a> </th>
<th class="navbar"> <a class="navbar" href="trees.html">Trees</a> </th>
<th class="navbar"> <a class="navbar" href="indices.html">Index</a> </th>
<th class="navbar"> <a class="navbar" href="help.html">Help</a> </th>
<th class="navbar" align="right" width="100%">
<table border="0" cellpadding="0" cellspacing="0">
<tr><th class="navbar" align="center">
<p class="nomargin">
<a class="navbar" target="_top" href="http://pmock.sourceforge.net">pMock</a>
</p></th></tr></table>
</th>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="left"><font size="-2">Generated by Epydoc 2.0 on Sun Jul 25 19:39:43 2004</font></td>
<td align="right"><a href="http://epydoc.sourceforge.net"
><font size="-2">http://epydoc.sf.net</font></a></td>
</tr>
</table>
</body>
</html>
|