File: unittest.TestCase-class.html

package info (click to toggle)
pmock 0.3-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 932 kB
  • ctags: 816
  • sloc: python: 1,674; makefile: 4
file content (684 lines) | stat: -rw-r--r-- 36,507 bytes parent folder | download | duplicates (2)
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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
<?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>unittest.TestCase</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">&nbsp;&nbsp;&nbsp;<a class="navbar" href="pmock-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="trees.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="indices.html">Index</a>&nbsp;&nbsp;&nbsp;</th>
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</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%">
      <font size="-1"><b class="breadcrumbs">
        Module&nbsp;unittest ::
        Class&nbsp;TestCase
      </b></font></br>
    </td>
    <td><table cellpadding="0" cellspacing="0">
      <tr><td align="right"><font size="-2">[show&nbsp;private&nbsp;|&nbsp;<a href="../public/unittest.TestCase-class.html">hide&nbsp;private</a>]</font></td></tr>
      <tr><td align="right"><font size="-2">[<a href="frames.html"target="_top">frames</a>&nbsp;|&nbsp;<a href="unittest.TestCase-class.html" target="_top">no&nbsp;frames</a>]</font></td></tr>
    </table></td>
</tr></table>

<!-- =========== START OF CLASS DESCRIPTION =========== -->
<h2 class="class">Class TestCase</h2>

<pre class="base-tree">
<a href="__builtin__.object-class.html"><code>object</code></a> --+
         |
        <b>TestCase</b>
</pre><br />

<dl><dt><b>Known Subclasses:</b></dt>
<dd>
    <a href="pmock.MockTestCase-class.html"><code>MockTestCase</code></a></dd></dl>

<hr/>

<p>A class whose instances are single test cases.</p>
<p>By default, the test code itself should be placed in a method named 
'runTest'.</p>
<p>If the fixture may be used for many test cases, create as many test 
methods as are needed. When instantiating such a TestCase subclass, 
specify in the constructor arguments the name of the test method that the 
instance is to execute.</p>
<p>Test authors should subclass TestCase for their own tests. 
Construction and deconstruction of the test's environment ('fixture') can 
be implemented by overriding the 'setUp' and 'tearDown' methods 
respectively.</p>
If it is necessary to override the __init__ method, the base class 
__init__ method must always be called. It is important that subclasses 
should not change the signature of their __init__ method, since instances 
of the classes are instantiated automatically by parts of the framework 
in order to be run.
<hr/>


<!-- =========== START OF METHOD SUMMARY =========== -->
<table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="summary">
  <th colspan="2">Method Summary</th></tr>
<tr><td align="right" valign="top" width="15%"><font size="-1">&nbsp;</font></td>
  <td><code><span class="summary-sig"><a href="unittest.TestCase-class.html#__init__" class="summary-sig-name"><code>__init__</code></a>(<span class=summary-sig-arg>self</span>,
          <span class=summary-sig-arg>methodName</span>)</span></code>
<br />
Create an instance of the class that will use the named test method 
when executed.</td></tr>
<tr><td align="right" valign="top" width="15%"><font size="-1">&nbsp;</font></td>
  <td><code><a name="__call__"></a><span class="summary-sig"><span class="summary-sig-name">__call__</span>(<span class=summary-sig-arg>self</span>,
          <span class=summary-sig-arg>result</span>)</span></code>
</td></tr>
<tr><td align="right" valign="top" width="15%"><font size="-1">&nbsp;</font></td>
  <td><code><a name="__repr__"></a><span class="summary-sig"><span class="summary-sig-name">__repr__</span>(<span class=summary-sig-arg>self</span>)</span></code>
</td></tr>
<tr><td align="right" valign="top" width="15%"><font size="-1">&nbsp;</font></td>
  <td><code><a name="__str__"></a><span class="summary-sig"><span class="summary-sig-name">__str__</span>(<span class=summary-sig-arg>self</span>)</span></code>
</td></tr>
<tr><td align="right" valign="top" width="15%"><font size="-1">&nbsp;</font></td>
  <td><code><span class="summary-sig"><a href="unittest.TestCase-class.html#failUnless" class="summary-sig-name"><code>assert_</code></a>(<span class=summary-sig-arg>self</span>,
          <span class=summary-sig-arg>expr</span>,
          <span class=summary-sig-arg>msg</span>)</span></code>
<br />
Fail the test unless the expression is true.</td></tr>
<tr><td align="right" valign="top" width="15%"><font size="-1">&nbsp;</font></td>
  <td><code><span class="summary-sig"><a href="unittest.TestCase-class.html#failUnlessAlmostEqual" class="summary-sig-name"><code>assertAlmostEqual</code></a>(<span class=summary-sig-arg>self</span>,
          <span class=summary-sig-arg>first</span>,
          <span class=summary-sig-arg>second</span>,
          <span class=summary-sig-arg>places</span>,
          <span class=summary-sig-arg>msg</span>)</span></code>
<br />
Fail if the two objects are unequal as determined by their difference 
rounded to the given number of decimal places (default 7) and comparing 
to zero.</td></tr>
<tr><td align="right" valign="top" width="15%"><font size="-1">&nbsp;</font></td>
  <td><code><span class="summary-sig"><a href="unittest.TestCase-class.html#failUnlessAlmostEqual" class="summary-sig-name"><code>assertAlmostEquals</code></a>(<span class=summary-sig-arg>self</span>,
          <span class=summary-sig-arg>first</span>,
          <span class=summary-sig-arg>second</span>,
          <span class=summary-sig-arg>places</span>,
          <span class=summary-sig-arg>msg</span>)</span></code>
<br />
Fail if the two objects are unequal as determined by their difference 
rounded to the given number of decimal places (default 7) and comparing 
to zero.</td></tr>
<tr><td align="right" valign="top" width="15%"><font size="-1">&nbsp;</font></td>
  <td><code><span class="summary-sig"><a href="unittest.TestCase-class.html#failUnlessEqual" class="summary-sig-name"><code>assertEqual</code></a>(<span class=summary-sig-arg>self</span>,
          <span class=summary-sig-arg>first</span>,
          <span class=summary-sig-arg>second</span>,
          <span class=summary-sig-arg>msg</span>)</span></code>
<br />
Fail if the two objects are unequal as determined by the '==' 
operator.</td></tr>
<tr><td align="right" valign="top" width="15%"><font size="-1">&nbsp;</font></td>
  <td><code><span class="summary-sig"><a href="unittest.TestCase-class.html#failUnlessEqual" class="summary-sig-name"><code>assertEquals</code></a>(<span class=summary-sig-arg>self</span>,
          <span class=summary-sig-arg>first</span>,
          <span class=summary-sig-arg>second</span>,
          <span class=summary-sig-arg>msg</span>)</span></code>
<br />
Fail if the two objects are unequal as determined by the '==' 
operator.</td></tr>
<tr><td align="right" valign="top" width="15%"><font size="-1">&nbsp;</font></td>
  <td><code><span class="summary-sig"><a href="unittest.TestCase-class.html#failIfAlmostEqual" class="summary-sig-name"><code>assertNotAlmostEqual</code></a>(<span class=summary-sig-arg>self</span>,
          <span class=summary-sig-arg>first</span>,
          <span class=summary-sig-arg>second</span>,
          <span class=summary-sig-arg>places</span>,
          <span class=summary-sig-arg>msg</span>)</span></code>
<br />
Fail if the two objects are equal as determined by their difference 
rounded to the given number of decimal places (default 7) and comparing 
to zero.</td></tr>
<tr><td align="right" valign="top" width="15%"><font size="-1">&nbsp;</font></td>
  <td><code><span class="summary-sig"><a href="unittest.TestCase-class.html#failIfAlmostEqual" class="summary-sig-name"><code>assertNotAlmostEquals</code></a>(<span class=summary-sig-arg>self</span>,
          <span class=summary-sig-arg>first</span>,
          <span class=summary-sig-arg>second</span>,
          <span class=summary-sig-arg>places</span>,
          <span class=summary-sig-arg>msg</span>)</span></code>
<br />
Fail if the two objects are equal as determined by their difference 
rounded to the given number of decimal places (default 7) and comparing 
to zero.</td></tr>
<tr><td align="right" valign="top" width="15%"><font size="-1">&nbsp;</font></td>
  <td><code><span class="summary-sig"><a href="unittest.TestCase-class.html#failIfEqual" class="summary-sig-name"><code>assertNotEqual</code></a>(<span class=summary-sig-arg>self</span>,
          <span class=summary-sig-arg>first</span>,
          <span class=summary-sig-arg>second</span>,
          <span class=summary-sig-arg>msg</span>)</span></code>
<br />
Fail if the two objects are equal as determined by the '==' 
operator.</td></tr>
<tr><td align="right" valign="top" width="15%"><font size="-1">&nbsp;</font></td>
  <td><code><span class="summary-sig"><a href="unittest.TestCase-class.html#failIfEqual" class="summary-sig-name"><code>assertNotEquals</code></a>(<span class=summary-sig-arg>self</span>,
          <span class=summary-sig-arg>first</span>,
          <span class=summary-sig-arg>second</span>,
          <span class=summary-sig-arg>msg</span>)</span></code>
<br />
Fail if the two objects are equal as determined by the '==' 
operator.</td></tr>
<tr><td align="right" valign="top" width="15%"><font size="-1">&nbsp;</font></td>
  <td><code><span class="summary-sig"><a href="unittest.TestCase-class.html#failUnlessRaises" class="summary-sig-name"><code>assertRaises</code></a>(<span class=summary-sig-arg>self</span>,
          <span class=summary-sig-arg>excClass</span>,
          <span class=summary-sig-arg>callableObj</span>,
          <span class="summary-sig-vararg">*args</span>,
          <span class="summary-sig-kwarg">**kwargs</span>)</span></code>
<br />
Fail unless an exception of class excClass is thrown by callableObj 
when invoked with arguments args and keyword arguments kwargs.</td></tr>
<tr><td align="right" valign="top" width="15%"><font size="-1">&nbsp;</font></td>
  <td><code><a name="countTestCases"></a><span class="summary-sig"><span class="summary-sig-name">countTestCases</span>(<span class=summary-sig-arg>self</span>)</span></code>
</td></tr>
<tr><td align="right" valign="top" width="15%"><font size="-1">&nbsp;</font></td>
  <td><code><span class="summary-sig"><a href="unittest.TestCase-class.html#debug" class="summary-sig-name"><code>debug</code></a>(<span class=summary-sig-arg>self</span>)</span></code>
<br />
Run the test without collecting errors in a TestResult</td></tr>
<tr><td align="right" valign="top" width="15%"><font size="-1">&nbsp;</font></td>
  <td><code><a name="defaultTestResult"></a><span class="summary-sig"><span class="summary-sig-name">defaultTestResult</span>(<span class=summary-sig-arg>self</span>)</span></code>
</td></tr>
<tr><td align="right" valign="top" width="15%"><font size="-1">&nbsp;</font></td>
  <td><code><span class="summary-sig"><a href="unittest.TestCase-class.html#fail" class="summary-sig-name"><code>fail</code></a>(<span class=summary-sig-arg>self</span>,
          <span class=summary-sig-arg>msg</span>)</span></code>
<br />
Fail immediately, with the given message.</td></tr>
<tr><td align="right" valign="top" width="15%"><font size="-1">&nbsp;</font></td>
  <td><code><span class="summary-sig"><a href="unittest.TestCase-class.html#failIf" class="summary-sig-name"><code>failIf</code></a>(<span class=summary-sig-arg>self</span>,
          <span class=summary-sig-arg>expr</span>,
          <span class=summary-sig-arg>msg</span>)</span></code>
<br />
Fail the test if the expression is true.</td></tr>
<tr><td align="right" valign="top" width="15%"><font size="-1">&nbsp;</font></td>
  <td><code><span class="summary-sig"><a href="unittest.TestCase-class.html#failIfAlmostEqual" class="summary-sig-name"><code>failIfAlmostEqual</code></a>(<span class=summary-sig-arg>self</span>,
          <span class=summary-sig-arg>first</span>,
          <span class=summary-sig-arg>second</span>,
          <span class=summary-sig-arg>places</span>,
          <span class=summary-sig-arg>msg</span>)</span></code>
<br />
Fail if the two objects are equal as determined by their difference 
rounded to the given number of decimal places (default 7) and comparing 
to zero.</td></tr>
<tr><td align="right" valign="top" width="15%"><font size="-1">&nbsp;</font></td>
  <td><code><span class="summary-sig"><a href="unittest.TestCase-class.html#failIfEqual" class="summary-sig-name"><code>failIfEqual</code></a>(<span class=summary-sig-arg>self</span>,
          <span class=summary-sig-arg>first</span>,
          <span class=summary-sig-arg>second</span>,
          <span class=summary-sig-arg>msg</span>)</span></code>
<br />
Fail if the two objects are equal as determined by the '==' 
operator.</td></tr>
<tr><td align="right" valign="top" width="15%"><font size="-1">&nbsp;</font></td>
  <td><code><span class="summary-sig"><a href="unittest.TestCase-class.html#failUnless" class="summary-sig-name"><code>failUnless</code></a>(<span class=summary-sig-arg>self</span>,
          <span class=summary-sig-arg>expr</span>,
          <span class=summary-sig-arg>msg</span>)</span></code>
<br />
Fail the test unless the expression is true.</td></tr>
<tr><td align="right" valign="top" width="15%"><font size="-1">&nbsp;</font></td>
  <td><code><span class="summary-sig"><a href="unittest.TestCase-class.html#failUnlessAlmostEqual" class="summary-sig-name"><code>failUnlessAlmostEqual</code></a>(<span class=summary-sig-arg>self</span>,
          <span class=summary-sig-arg>first</span>,
          <span class=summary-sig-arg>second</span>,
          <span class=summary-sig-arg>places</span>,
          <span class=summary-sig-arg>msg</span>)</span></code>
<br />
Fail if the two objects are unequal as determined by their difference 
rounded to the given number of decimal places (default 7) and comparing 
to zero.</td></tr>
<tr><td align="right" valign="top" width="15%"><font size="-1">&nbsp;</font></td>
  <td><code><span class="summary-sig"><a href="unittest.TestCase-class.html#failUnlessEqual" class="summary-sig-name"><code>failUnlessEqual</code></a>(<span class=summary-sig-arg>self</span>,
          <span class=summary-sig-arg>first</span>,
          <span class=summary-sig-arg>second</span>,
          <span class=summary-sig-arg>msg</span>)</span></code>
<br />
Fail if the two objects are unequal as determined by the '==' 
operator.</td></tr>
<tr><td align="right" valign="top" width="15%"><font size="-1">&nbsp;</font></td>
  <td><code><span class="summary-sig"><a href="unittest.TestCase-class.html#failUnlessRaises" class="summary-sig-name"><code>failUnlessRaises</code></a>(<span class=summary-sig-arg>self</span>,
          <span class=summary-sig-arg>excClass</span>,
          <span class=summary-sig-arg>callableObj</span>,
          <span class="summary-sig-vararg">*args</span>,
          <span class="summary-sig-kwarg">**kwargs</span>)</span></code>
<br />
Fail unless an exception of class excClass is thrown by callableObj 
when invoked with arguments args and keyword arguments kwargs.</td></tr>
<tr><td align="right" valign="top" width="15%"><font size="-1">&nbsp;</font></td>
  <td><code><a name="id"></a><span class="summary-sig"><span class="summary-sig-name">id</span>(<span class=summary-sig-arg>self</span>)</span></code>
</td></tr>
<tr><td align="right" valign="top" width="15%"><font size="-1">&nbsp;</font></td>
  <td><code><a name="run"></a><span class="summary-sig"><span class="summary-sig-name">run</span>(<span class=summary-sig-arg>self</span>,
          <span class=summary-sig-arg>result</span>)</span></code>
</td></tr>
<tr><td align="right" valign="top" width="15%"><font size="-1">&nbsp;</font></td>
  <td><code><span class="summary-sig"><a href="unittest.TestCase-class.html#setUp" class="summary-sig-name"><code>setUp</code></a>(<span class=summary-sig-arg>self</span>)</span></code>
<br />
Hook method for setting up the test fixture before exercising it.</td></tr>
<tr><td align="right" valign="top" width="15%"><font size="-1">&nbsp;</font></td>
  <td><code><span class="summary-sig"><a href="unittest.TestCase-class.html#shortDescription" class="summary-sig-name"><code>shortDescription</code></a>(<span class=summary-sig-arg>self</span>)</span></code>
<br />
Returns a one-line description of the test, or None if no description 
has been provided.</td></tr>
<tr><td align="right" valign="top" width="15%"><font size="-1">&nbsp;</font></td>
  <td><code><span class="summary-sig"><a href="unittest.TestCase-class.html#tearDown" class="summary-sig-name"><code>tearDown</code></a>(<span class=summary-sig-arg>self</span>)</span></code>
<br />
Hook method for deconstructing the test fixture after testing it.</td></tr>
<tr><td align="right" valign="top" width="15%"><font size="-1">&nbsp;</font></td>
  <td><code><span class="summary-sig"><a href="../private/unittest.TestCase-class.html#__exc_info" class="summary-sig-name"><code>__exc_info</code></a>(<span class=summary-sig-arg>self</span>)</span></code>
<br />
Return a version of sys.exc_info() with the traceback frame minimised; 
usually the top level of the traceback frame is not needed.</td></tr>
<tr bgcolor="#e8f0f8" class="group">
  <th colspan="2">&nbsp;&nbsp;&nbsp;&nbsp;Inherited from object</th></tr>
<tr><td align="right" valign="top" width="15%"><font size="-1">&nbsp;</font></td>
  <td><code><span class="summary-sig"><a href="__builtin__.object-class.html#__delattr__" class="summary-sig-name"><code>__delattr__</code></a>(<span class="summary-sig-vararg">...</span>)</span></code>
<br />
x.__delattr__('name') &lt;==&gt; del x.name</td></tr>
<tr><td align="right" valign="top" width="15%"><font size="-1">&nbsp;</font></td>
  <td><code><span class="summary-sig"><a href="__builtin__.object-class.html#__getattribute__" class="summary-sig-name"><code>__getattribute__</code></a>(<span class="summary-sig-vararg">...</span>)</span></code>
<br />
x.__getattribute__('name') &lt;==&gt; x.name</td></tr>
<tr><td align="right" valign="top" width="15%"><font size="-1">&nbsp;</font></td>
  <td><code><span class="summary-sig"><a href="__builtin__.object-class.html#__hash__" class="summary-sig-name"><code>__hash__</code></a>(<span class=summary-sig-arg>x</span>)</span></code>
<br />
x.__hash__() &lt;==&gt; hash(x)</td></tr>
<tr><td align="right" valign="top" width="15%"><font size="-1">&nbsp;</font></td>
  <td><code><span class="summary-sig"><a href="__builtin__.object-class.html#__reduce__" class="summary-sig-name"><code>__reduce__</code></a>(<span class="summary-sig-vararg">...</span>)</span></code>
<br />
helper for pickle</td></tr>
<tr><td align="right" valign="top" width="15%"><font size="-1">&nbsp;</font></td>
  <td><code><span class="summary-sig"><a href="__builtin__.object-class.html#__reduce_ex__" class="summary-sig-name"><code>__reduce_ex__</code></a>(<span class="summary-sig-vararg">...</span>)</span></code>
<br />
helper for pickle</td></tr>
<tr><td align="right" valign="top" width="15%"><font size="-1">&nbsp;</font></td>
  <td><code><span class="summary-sig"><a href="__builtin__.object-class.html#__setattr__" class="summary-sig-name"><code>__setattr__</code></a>(<span class="summary-sig-vararg">...</span>)</span></code>
<br />
x.__setattr__('name', value) &lt;==&gt; x.name = value</td></tr>
<tr bgcolor="#e8f0f8" class="group">
  <th colspan="2">&nbsp;&nbsp;&nbsp;&nbsp;Inherited from type</th></tr>
<tr><td align="right" valign="top" width="15%"><font size="-1">&nbsp;</font></td>
  <td><code><span class="summary-sig"><a href="__builtin__.type-class.html#__new__" class="summary-sig-name"><code>__new__</code></a>(<span class=summary-sig-arg>T</span>,
          <span class=summary-sig-arg>S</span>,
          <span class="summary-sig-vararg">...</span>)</span></code>
<br />
T.__new__(S, ...) -&gt; a new object with type S, a subtype of T</td></tr>
</table><br />


<!-- =========== START OF CLASS VARIABLE SUMMARY =========== -->
<table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="summary">
  <th colspan="2">Class Variable Summary</th></tr>
<tr><td align="right" valign="top" width="15%"><font size="-1"><code>classobj</code></font></td>
  <td><a name="failureException"></a><b><code>failureException</code></b> = <a href="exceptions.AssertionError-class.html"><code>exceptions.AssertionError</code></a></td></tr>
</table><br />


<!-- =========== START OF METHOD DETAILS =========== -->
<table class="details" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="details">
  <th colspan="2">Method Details</th></tr>
</table>

<a name="__init__"></a>
<table width="100%" class="func-details" bgcolor="#e0e0e0"><tr><td>
  <h3><span class="sig"><span class="sig-name">__init__</span>(<span class=sig-arg>self</span>,
          <span class=sig-arg>methodName</span>=<span class=sig-default>'runTest'</span>)</span>
    <br /><i>(Constructor)</i>
  </h3>
  Create an instance of the class that will use the named test method 
  when executed. Raises a ValueError if the instance does not have a 
  method with the specified name.
  <dl><dt></dt><dd>
    <dl><dt><b>Overrides:</b></dt>
      <dd><a href="__builtin__.object-class.html#__init__"><code>__builtin__.object.__init__</code></a></dd>
    </dl>
  </dd></dl>
</td></tr></table>

<a name="failUnless"></a>
<table width="100%" class="func-details" bgcolor="#e0e0e0"><tr><td>
  <h3><span class="sig"><span class="sig-name">assert_</span>(<span class=sig-arg>self</span>,
          <span class=sig-arg>expr</span>,
          <span class=sig-arg>msg</span>=<span class=sig-default>None</span>)</span>
  </h3>
  Fail the test unless the expression is true.
  <dl><dt></dt><dd>
  </dd></dl>
</td></tr></table>

<a name="failUnlessAlmostEqual"></a>
<table width="100%" class="func-details" bgcolor="#e0e0e0"><tr><td>
  <h3><span class="sig"><span class="sig-name">assertAlmostEqual</span>(<span class=sig-arg>self</span>,
          <span class=sig-arg>first</span>,
          <span class=sig-arg>second</span>,
          <span class=sig-arg>places</span>=<span class=sig-default>7</span>,
          <span class=sig-arg>msg</span>=<span class=sig-default>None</span>)</span>
  </h3>
  <p>Fail if the two objects are unequal as determined by their 
  difference rounded to the given number of decimal places (default 7) 
  and comparing to zero.</p>
  Note that decimal places (from zero) is usually not the same as 
  significant digits (measured from the most signficant digit).
  <dl><dt></dt><dd>
  </dd></dl>
</td></tr></table>

<a name="failUnlessAlmostEqual"></a>
<table width="100%" class="func-details" bgcolor="#e0e0e0"><tr><td>
  <h3><span class="sig"><span class="sig-name">assertAlmostEquals</span>(<span class=sig-arg>self</span>,
          <span class=sig-arg>first</span>,
          <span class=sig-arg>second</span>,
          <span class=sig-arg>places</span>=<span class=sig-default>7</span>,
          <span class=sig-arg>msg</span>=<span class=sig-default>None</span>)</span>
  </h3>
  <p>Fail if the two objects are unequal as determined by their 
  difference rounded to the given number of decimal places (default 7) 
  and comparing to zero.</p>
  Note that decimal places (from zero) is usually not the same as 
  significant digits (measured from the most signficant digit).
  <dl><dt></dt><dd>
  </dd></dl>
</td></tr></table>

<a name="failUnlessEqual"></a>
<table width="100%" class="func-details" bgcolor="#e0e0e0"><tr><td>
  <h3><span class="sig"><span class="sig-name">assertEqual</span>(<span class=sig-arg>self</span>,
          <span class=sig-arg>first</span>,
          <span class=sig-arg>second</span>,
          <span class=sig-arg>msg</span>=<span class=sig-default>None</span>)</span>
  </h3>
  Fail if the two objects are unequal as determined by the '==' 
  operator.
  <dl><dt></dt><dd>
  </dd></dl>
</td></tr></table>

<a name="failUnlessEqual"></a>
<table width="100%" class="func-details" bgcolor="#e0e0e0"><tr><td>
  <h3><span class="sig"><span class="sig-name">assertEquals</span>(<span class=sig-arg>self</span>,
          <span class=sig-arg>first</span>,
          <span class=sig-arg>second</span>,
          <span class=sig-arg>msg</span>=<span class=sig-default>None</span>)</span>
  </h3>
  Fail if the two objects are unequal as determined by the '==' 
  operator.
  <dl><dt></dt><dd>
  </dd></dl>
</td></tr></table>

<a name="failIfAlmostEqual"></a>
<table width="100%" class="func-details" bgcolor="#e0e0e0"><tr><td>
  <h3><span class="sig"><span class="sig-name">assertNotAlmostEqual</span>(<span class=sig-arg>self</span>,
          <span class=sig-arg>first</span>,
          <span class=sig-arg>second</span>,
          <span class=sig-arg>places</span>=<span class=sig-default>7</span>,
          <span class=sig-arg>msg</span>=<span class=sig-default>None</span>)</span>
  </h3>
  <p>Fail if the two objects are equal as determined by their difference 
  rounded to the given number of decimal places (default 7) and comparing 
  to zero.</p>
  Note that decimal places (from zero) is usually not the same as 
  significant digits (measured from the most signficant digit).
  <dl><dt></dt><dd>
  </dd></dl>
</td></tr></table>

<a name="failIfAlmostEqual"></a>
<table width="100%" class="func-details" bgcolor="#e0e0e0"><tr><td>
  <h3><span class="sig"><span class="sig-name">assertNotAlmostEquals</span>(<span class=sig-arg>self</span>,
          <span class=sig-arg>first</span>,
          <span class=sig-arg>second</span>,
          <span class=sig-arg>places</span>=<span class=sig-default>7</span>,
          <span class=sig-arg>msg</span>=<span class=sig-default>None</span>)</span>
  </h3>
  <p>Fail if the two objects are equal as determined by their difference 
  rounded to the given number of decimal places (default 7) and comparing 
  to zero.</p>
  Note that decimal places (from zero) is usually not the same as 
  significant digits (measured from the most signficant digit).
  <dl><dt></dt><dd>
  </dd></dl>
</td></tr></table>

<a name="failIfEqual"></a>
<table width="100%" class="func-details" bgcolor="#e0e0e0"><tr><td>
  <h3><span class="sig"><span class="sig-name">assertNotEqual</span>(<span class=sig-arg>self</span>,
          <span class=sig-arg>first</span>,
          <span class=sig-arg>second</span>,
          <span class=sig-arg>msg</span>=<span class=sig-default>None</span>)</span>
  </h3>
  Fail if the two objects are equal as determined by the '==' 
  operator.
  <dl><dt></dt><dd>
  </dd></dl>
</td></tr></table>

<a name="failIfEqual"></a>
<table width="100%" class="func-details" bgcolor="#e0e0e0"><tr><td>
  <h3><span class="sig"><span class="sig-name">assertNotEquals</span>(<span class=sig-arg>self</span>,
          <span class=sig-arg>first</span>,
          <span class=sig-arg>second</span>,
          <span class=sig-arg>msg</span>=<span class=sig-default>None</span>)</span>
  </h3>
  Fail if the two objects are equal as determined by the '==' 
  operator.
  <dl><dt></dt><dd>
  </dd></dl>
</td></tr></table>

<a name="failUnlessRaises"></a>
<table width="100%" class="func-details" bgcolor="#e0e0e0"><tr><td>
  <h3><span class="sig"><span class="sig-name">assertRaises</span>(<span class=sig-arg>self</span>,
          <span class=sig-arg>excClass</span>,
          <span class=sig-arg>callableObj</span>,
          <span class="sig-vararg">*args</span>,
          <span class="sig-kwarg">**kwargs</span>)</span>
  </h3>
  Fail unless an exception of class excClass is thrown by callableObj 
  when invoked with arguments args and keyword arguments kwargs. If a 
  different type of exception is thrown, it will not be caught, and the 
  test case will be deemed to have suffered an error, exactly as for an 
  unexpected exception.
  <dl><dt></dt><dd>
  </dd></dl>
</td></tr></table>

<a name="debug"></a>
<table width="100%" class="func-details" bgcolor="#e0e0e0"><tr><td>
  <h3><span class="sig"><span class="sig-name">debug</span>(<span class=sig-arg>self</span>)</span>
  </h3>
  Run the test without collecting errors in a TestResult
  <dl><dt></dt><dd>
  </dd></dl>
</td></tr></table>

<a name="fail"></a>
<table width="100%" class="func-details" bgcolor="#e0e0e0"><tr><td>
  <h3><span class="sig"><span class="sig-name">fail</span>(<span class=sig-arg>self</span>,
          <span class=sig-arg>msg</span>=<span class=sig-default>None</span>)</span>
  </h3>
  Fail immediately, with the given message.
  <dl><dt></dt><dd>
  </dd></dl>
</td></tr></table>

<a name="failIf"></a>
<table width="100%" class="func-details" bgcolor="#e0e0e0"><tr><td>
  <h3><span class="sig"><span class="sig-name">failIf</span>(<span class=sig-arg>self</span>,
          <span class=sig-arg>expr</span>,
          <span class=sig-arg>msg</span>=<span class=sig-default>None</span>)</span>
  </h3>
  Fail the test if the expression is true.
  <dl><dt></dt><dd>
  </dd></dl>
</td></tr></table>

<a name="failIfAlmostEqual"></a>
<table width="100%" class="func-details" bgcolor="#e0e0e0"><tr><td>
  <h3><span class="sig"><span class="sig-name">failIfAlmostEqual</span>(<span class=sig-arg>self</span>,
          <span class=sig-arg>first</span>,
          <span class=sig-arg>second</span>,
          <span class=sig-arg>places</span>=<span class=sig-default>7</span>,
          <span class=sig-arg>msg</span>=<span class=sig-default>None</span>)</span>
  </h3>
  <p>Fail if the two objects are equal as determined by their difference 
  rounded to the given number of decimal places (default 7) and comparing 
  to zero.</p>
  Note that decimal places (from zero) is usually not the same as 
  significant digits (measured from the most signficant digit).
  <dl><dt></dt><dd>
  </dd></dl>
</td></tr></table>

<a name="failIfEqual"></a>
<table width="100%" class="func-details" bgcolor="#e0e0e0"><tr><td>
  <h3><span class="sig"><span class="sig-name">failIfEqual</span>(<span class=sig-arg>self</span>,
          <span class=sig-arg>first</span>,
          <span class=sig-arg>second</span>,
          <span class=sig-arg>msg</span>=<span class=sig-default>None</span>)</span>
  </h3>
  Fail if the two objects are equal as determined by the '==' 
  operator.
  <dl><dt></dt><dd>
  </dd></dl>
</td></tr></table>

<a name="failUnless"></a>
<table width="100%" class="func-details" bgcolor="#e0e0e0"><tr><td>
  <h3><span class="sig"><span class="sig-name">failUnless</span>(<span class=sig-arg>self</span>,
          <span class=sig-arg>expr</span>,
          <span class=sig-arg>msg</span>=<span class=sig-default>None</span>)</span>
  </h3>
  Fail the test unless the expression is true.
  <dl><dt></dt><dd>
  </dd></dl>
</td></tr></table>

<a name="failUnlessAlmostEqual"></a>
<table width="100%" class="func-details" bgcolor="#e0e0e0"><tr><td>
  <h3><span class="sig"><span class="sig-name">failUnlessAlmostEqual</span>(<span class=sig-arg>self</span>,
          <span class=sig-arg>first</span>,
          <span class=sig-arg>second</span>,
          <span class=sig-arg>places</span>=<span class=sig-default>7</span>,
          <span class=sig-arg>msg</span>=<span class=sig-default>None</span>)</span>
  </h3>
  <p>Fail if the two objects are unequal as determined by their 
  difference rounded to the given number of decimal places (default 7) 
  and comparing to zero.</p>
  Note that decimal places (from zero) is usually not the same as 
  significant digits (measured from the most signficant digit).
  <dl><dt></dt><dd>
  </dd></dl>
</td></tr></table>

<a name="failUnlessEqual"></a>
<table width="100%" class="func-details" bgcolor="#e0e0e0"><tr><td>
  <h3><span class="sig"><span class="sig-name">failUnlessEqual</span>(<span class=sig-arg>self</span>,
          <span class=sig-arg>first</span>,
          <span class=sig-arg>second</span>,
          <span class=sig-arg>msg</span>=<span class=sig-default>None</span>)</span>
  </h3>
  Fail if the two objects are unequal as determined by the '==' 
  operator.
  <dl><dt></dt><dd>
  </dd></dl>
</td></tr></table>

<a name="failUnlessRaises"></a>
<table width="100%" class="func-details" bgcolor="#e0e0e0"><tr><td>
  <h3><span class="sig"><span class="sig-name">failUnlessRaises</span>(<span class=sig-arg>self</span>,
          <span class=sig-arg>excClass</span>,
          <span class=sig-arg>callableObj</span>,
          <span class="sig-vararg">*args</span>,
          <span class="sig-kwarg">**kwargs</span>)</span>
  </h3>
  Fail unless an exception of class excClass is thrown by callableObj 
  when invoked with arguments args and keyword arguments kwargs. If a 
  different type of exception is thrown, it will not be caught, and the 
  test case will be deemed to have suffered an error, exactly as for an 
  unexpected exception.
  <dl><dt></dt><dd>
  </dd></dl>
</td></tr></table>

<a name="setUp"></a>
<table width="100%" class="func-details" bgcolor="#e0e0e0"><tr><td>
  <h3><span class="sig"><span class="sig-name">setUp</span>(<span class=sig-arg>self</span>)</span>
  </h3>
  Hook method for setting up the test fixture before exercising 
  it.
  <dl><dt></dt><dd>
  </dd></dl>
</td></tr></table>

<a name="shortDescription"></a>
<table width="100%" class="func-details" bgcolor="#e0e0e0"><tr><td>
  <h3><span class="sig"><span class="sig-name">shortDescription</span>(<span class=sig-arg>self</span>)</span>
  </h3>
  <p>Returns a one-line description of the test, or None if no 
  description has been provided.</p>
  The default implementation of this method returns the first line of 
  the specified test method's docstring.
  <dl><dt></dt><dd>
  </dd></dl>
</td></tr></table>

<a name="tearDown"></a>
<table width="100%" class="func-details" bgcolor="#e0e0e0"><tr><td>
  <h3><span class="sig"><span class="sig-name">tearDown</span>(<span class=sig-arg>self</span>)</span>
  </h3>
  Hook method for deconstructing the test fixture after testing 
  it.
  <dl><dt></dt><dd>
  </dd></dl>
</td></tr></table>

<a name="__exc_info"></a>
<table width="100%" class="func-details" bgcolor="#e0e0e0"><tr><td>
  <h3><span class="sig"><span class="sig-name">__exc_info</span>(<span class=sig-arg>self</span>)</span>
  </h3>
  Return a version of sys.exc_info() with the traceback frame 
  minimised; usually the top level of the traceback frame is not 
  needed.
  <dl><dt></dt><dd>
  </dd></dl>
</td></tr></table>
<br />


<!-- =========== START OF NAVBAR =========== -->
<table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0">
  <tr valign="center">
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="pmock-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="trees.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="indices.html">Index</a>&nbsp;&nbsp;&nbsp;</th>
    <th class="navbar">&nbsp;&nbsp;&nbsp;<a class="navbar" href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</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>