| Index: tools/telemetry/docs/telemetry.unittest.tab_test_case.html
|
| diff --git a/tools/telemetry/docs/telemetry.unittest.tab_test_case.html b/tools/telemetry/docs/telemetry.unittest.tab_test_case.html
|
| index 304dedd87b2c54fd51eb3f24b91c828de1e27ab5..37fb41cee94078d98a4cd5b00eae522c4c910a3c 100644
|
| --- a/tools/telemetry/docs/telemetry.unittest.tab_test_case.html
|
| +++ b/tools/telemetry/docs/telemetry.unittest.tab_test_case.html
|
| @@ -20,8 +20,10 @@
|
|
|
| <tr><td bgcolor="#aa55cc"><tt> </tt></td><td> </td>
|
| <td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="telemetry.core.browser_finder.html">telemetry.core.browser_finder</a><br>
|
| -</td><td width="25%" valign=top><a href="telemetry.unittest.options_for_unittests.html">telemetry.unittest.options_for_unittests</a><br>
|
| -</td><td width="25%" valign=top><a href="unittest.html">unittest</a><br>
|
| +<a href="telemetry.unittest.options_for_unittests.html">telemetry.unittest.options_for_unittests</a><br>
|
| +</td><td width="25%" valign=top><a href="os.html">os</a><br>
|
| +<a href="unittest.html">unittest</a><br>
|
| +</td><td width="25%" valign=top><a href="telemetry.core.util.html">telemetry.core.util</a><br>
|
| </td><td width="25%" valign=top></td></tr></table></td></tr></table><p>
|
| <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
|
| <tr bgcolor="#ee77aa">
|
| @@ -53,6 +55,10 @@
|
| Methods defined here:<br>
|
| <dl><dt><a name="TabTestCase-CustomizeBrowserOptions"><strong>CustomizeBrowserOptions</strong></a>(self, options)</dt><dd><tt>Override to add test-specific options to the BrowserOptions object</tt></dd></dl>
|
|
|
| +<dl><dt><a name="TabTestCase-Navigate"><strong>Navigate</strong></a>(self, filename, script_to_evaluate_on_commit<font color="#909090">=None</font>)</dt><dd><tt>Navigates |tab| to |filename| in the unittest data directory.<br>
|
| + <br>
|
| +Also sets up http server to point to the unittest data directory.</tt></dd></dl>
|
| +
|
| <dl><dt><a name="TabTestCase-__init__"><strong>__init__</strong></a>(self, *args)</dt></dl>
|
|
|
| <dl><dt><a name="TabTestCase-setUp"><strong>setUp</strong></a>(self)</dt></dl>
|
| @@ -188,10 +194,10 @@ as significant digits (measured from the most 
|
| <br>
|
| Objects that are equal automatically fail.</tt></dd></dl>
|
|
|
| -<dl><dt><a name="TabTestCase-assertNotEqual"><strong>assertNotEqual</strong></a>(self, first, second, msg<font color="#909090">=None</font>)</dt><dd><tt>Fail if the two objects are equal as determined by the '=='<br>
|
| +<dl><dt><a name="TabTestCase-assertNotEqual"><strong>assertNotEqual</strong></a>(self, first, second, msg<font color="#909090">=None</font>)</dt><dd><tt>Fail if the two objects are equal as determined by the '!='<br>
|
| operator.</tt></dd></dl>
|
|
|
| -<dl><dt><a name="TabTestCase-assertNotEquals"><strong>assertNotEquals</strong></a> = assertNotEqual(self, first, second, msg<font color="#909090">=None</font>)</dt><dd><tt>Fail if the two objects are equal as determined by the '=='<br>
|
| +<dl><dt><a name="TabTestCase-assertNotEquals"><strong>assertNotEquals</strong></a> = assertNotEqual(self, first, second, msg<font color="#909090">=None</font>)</dt><dd><tt>Fail if the two objects are equal as determined by the '!='<br>
|
| operator.</tt></dd></dl>
|
|
|
| <dl><dt><a name="TabTestCase-assertNotIn"><strong>assertNotIn</strong></a>(self, member, container, msg<font color="#909090">=None</font>)</dt><dd><tt>Just like <a href="#TabTestCase-assertTrue">assertTrue</a>(a not in b), but with a nicer default message.</tt></dd></dl>
|
| @@ -200,10 +206,10 @@ operator.</tt></dd></dl>
|
|
|
| <dl><dt><a name="TabTestCase-assertNotRegexpMatches"><strong>assertNotRegexpMatches</strong></a>(self, text, unexpected_regexp, msg<font color="#909090">=None</font>)</dt><dd><tt>Fail the test if the text matches the regular expression.</tt></dd></dl>
|
|
|
| -<dl><dt><a name="TabTestCase-assertRaises"><strong>assertRaises</strong></a>(self, excClass, callableObj<font color="#909090">=None</font>, *args, **kwargs)</dt><dd><tt>Fail unless an exception of class excClass is thrown<br>
|
| +<dl><dt><a name="TabTestCase-assertRaises"><strong>assertRaises</strong></a>(self, excClass, callableObj<font color="#909090">=None</font>, *args, **kwargs)</dt><dd><tt>Fail unless an exception of class excClass is raised<br>
|
| by callableObj when invoked with arguments args and keyword<br>
|
| arguments kwargs. If a different type of exception is<br>
|
| -thrown, it will not be caught, and the test case will be<br>
|
| +raised, it will not be caught, and the test case will be<br>
|
| deemed to have suffered an error, exactly as for an<br>
|
| unexpected exception.<br>
|
| <br>
|
|
|