diff options
Diffstat (limited to 'apidocs/testtools.matchers._basic.html')
-rw-r--r-- | apidocs/testtools.matchers._basic.html | 195 |
1 files changed, 195 insertions, 0 deletions
diff --git a/apidocs/testtools.matchers._basic.html b/apidocs/testtools.matchers._basic.html new file mode 100644 index 0000000..368351a --- /dev/null +++ b/apidocs/testtools.matchers._basic.html @@ -0,0 +1,195 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "DTD/xhtml1-strict.dtd"> +<html> + <head> + <title>testtools.matchers._basic : API documentation</title> + + <meta content="text/html;charset=utf-8" http-equiv="Content-Type" /> + <link href="bootstrap.min.css" type="text/css" rel="stylesheet" /> + <link href="apidocs.css" type="text/css" rel="stylesheet" /> + </head> + <body> + + <nav class="navbar navbar-default"> + <div class="container"> + <div class="navbar-header"> + <a href="index.html" class="navbar-brand"> + <a href="https://github.com/testing-cabal/testtools">testtools</a> API Documentation + </a> + </div> + </div> + </nav> + + <div class="container"> + + <div class="page-header"> + <h1 class="module private"><code>testtools.matchers._basic</code> <small>module documentation</small></h1> + + <span id="partOf"> + Part of <code><a href="testtools.html" class="code">testtools</a>.<a href="testtools.matchers.html" class="code">matchers</a></code> + + + </span> + </div> + + <div class="extrasDocstring"> + + </div> + + <div class="moduleDocstring"> + <div class="undocumented">No module docstring</div> + </div> + + <div id="splitTables"> + <table class="children sortable" id="id54"> + + <tr class="class"> + + <td>Class</td> + <td><a href="testtools.matchers._basic.Equals.html" class="code">Equals</a></td> + <td><span>Matches if the items are equal.</span></td> + </tr><tr class="class"> + + <td>Class</td> + <td><a href="testtools.matchers._basic.NotEquals.html" class="code">NotEquals</a></td> + <td><span>Matches if the items are not equal.</span></td> + </tr><tr class="class"> + + <td>Class</td> + <td><a href="testtools.matchers._basic.Is.html" class="code">Is</a></td> + <td><span>Matches if the items are identical.</span></td> + </tr><tr class="class"> + + <td>Class</td> + <td><a href="testtools.matchers._basic.LessThan.html" class="code">LessThan</a></td> + <td><span>Matches if the item is less than the matchers reference object.</span></td> + </tr><tr class="class"> + + <td>Class</td> + <td><a href="testtools.matchers._basic.GreaterThan.html" class="code">GreaterThan</a></td> + <td><span>Matches if the item is greater than the matchers reference object.</span></td> + </tr><tr class="class"> + + <td>Class</td> + <td><a href="testtools.matchers._basic.SameMembers.html" class="code">SameMembers</a></td> + <td><span>Matches if two iterators have the same members.</span></td> + </tr><tr class="class"> + + <td>Class</td> + <td><a href="testtools.matchers._basic.DoesNotStartWith.html" class="code">DoesNotStartWith</a></td> + <td><span class="undocumented">No class docstring; 1/2 methods documented</span></td> + </tr><tr class="class"> + + <td>Class</td> + <td><a href="testtools.matchers._basic.StartsWith.html" class="code">StartsWith</a></td> + <td><span>Checks whether one string starts with another.</span></td> + </tr><tr class="class"> + + <td>Class</td> + <td><a href="testtools.matchers._basic.DoesNotEndWith.html" class="code">DoesNotEndWith</a></td> + <td><span class="undocumented">No class docstring; 1/2 methods documented</span></td> + </tr><tr class="class"> + + <td>Class</td> + <td><a href="testtools.matchers._basic.EndsWith.html" class="code">EndsWith</a></td> + <td><span>Checks whether one string ends with another.</span></td> + </tr><tr class="class"> + + <td>Class</td> + <td><a href="testtools.matchers._basic.IsInstance.html" class="code">IsInstance</a></td> + <td><span>Matcher that wraps isinstance.</span></td> + </tr><tr class="class"> + + <td>Class</td> + <td><a href="testtools.matchers._basic.NotAnInstance.html" class="code">NotAnInstance</a></td> + <td><span class="undocumented">No class docstring; 1/2 methods documented</span></td> + </tr><tr class="class"> + + <td>Class</td> + <td><a href="testtools.matchers._basic.DoesNotContain.html" class="code">DoesNotContain</a></td> + <td><span class="undocumented">No class docstring; 1/2 methods documented</span></td> + </tr><tr class="class"> + + <td>Class</td> + <td><a href="testtools.matchers._basic.Contains.html" class="code">Contains</a></td> + <td><span>Checks whether something is contained in another thing.</span></td> + </tr><tr class="class"> + + <td>Class</td> + <td><a href="testtools.matchers._basic.MatchesRegex.html" class="code">MatchesRegex</a></td> + <td><span>Matches if the matchee is matched by a regular expression.</span></td> + </tr><tr class="function"> + + <td>Function</td> + <td><a href="testtools.matchers._basic.html#has_len" class="code">has_len</a></td> + <td><span class="undocumented">Undocumented</span></td> + </tr><tr class="function private"> + + <td>Function</td> + <td><a href="testtools.matchers._basic.html#_format" class="code">_format</a></td> + <td><span>Blocks of text with newlines are formatted as triple-quote strings. Everything else is pretty-printed.</span></td> + </tr><tr class="class private"> + + <td>Class</td> + <td><a href="testtools.matchers._basic._BinaryComparison.html" class="code">_BinaryComparison</a></td> + <td><span>Matcher that compares an object to another object.</span></td> + </tr><tr class="class private"> + + <td>Class</td> + <td><a href="testtools.matchers._basic._BinaryMismatch.html" class="code">_BinaryMismatch</a></td> + <td><span>Two things did not match.</span></td> + </tr> +</table> + + + + </div> + + <div id="childList"> + + <div class="function"> + <a name="testtools.matchers._basic._format"> + + </a> + <a name="_format"> + + </a> + <div class="functionHeader"> + + def + _format(thing): + + </div> + <div class="docstring functionBody"> + + <div>Blocks of text with newlines are formatted as triple-quote +strings. Everything else is pretty-printed.<table class="fieldTable"></table></div> + </div> +</div><div class="function"> + <a name="testtools.matchers._basic.has_len"> + + </a> + <a name="has_len"> + + </a> + <div class="functionHeader"> + + def + has_len(x, y): + + </div> + <div class="docstring functionBody"> + + <div class="undocumented">Undocumented</div> + </div> +</div> + + </div> + <address> + <a href="index.html">API Documentation</a> for <a href="https://github.com/testing-cabal/testtools">testtools</a>, generated by <a href="https://github.com/twisted/pydoctor/">pydoctor</a> at 2015-07-01 16:11:28. + </address> + + </div> + </body> +</html>
\ No newline at end of file |