Index: tools/telemetry/docs/telemetry.test.html |
diff --git a/tools/telemetry/docs/telemetry.test.html b/tools/telemetry/docs/telemetry.test.html |
index 34821365ad3a0b8ac68b996808f7e3a5ea81e387..d6786f2c7a145945eb7d8e37c773bbaa5ee705f0 100644 |
--- a/tools/telemetry/docs/telemetry.test.html |
+++ b/tools/telemetry/docs/telemetry.test.html |
@@ -19,10 +19,22 @@ |
<font color="#ffffff" face="helvetica, arial"><big><strong>Modules</strong></big></font></td></tr> |
<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.page.page_runner.html">telemetry.page.page_runner</a><br> |
+<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> |
+<a href="telemetry.page.cloud_storage.html">telemetry.page.cloud_storage</a><br> |
+<a href="telemetry.core.command_line.html">telemetry.core.command_line</a><br> |
+<a href="telemetry.decorators.html">telemetry.decorators</a><br> |
+</td><td width="25%" valign=top><a href="logging.html">logging</a><br> |
+<a href="optparse.html">optparse</a><br> |
+<a href="os.html">os</a><br> |
+<a href="telemetry.page.page_runner.html">telemetry.page.page_runner</a><br> |
</td><td width="25%" valign=top><a href="telemetry.page.page_set.html">telemetry.page.page_set</a><br> |
-</td><td width="25%" valign=top><a href="telemetry.page.page_test.html">telemetry.page.page_test</a><br> |
-</td><td width="25%" valign=top></td></tr></table></td></tr></table><p> |
+<a href="telemetry.page.page_test.html">telemetry.page.page_test</a><br> |
+<a href="shutil.html">shutil</a><br> |
+<a href="sys.html">sys</a><br> |
+</td><td width="25%" valign=top><a href="telemetry.page.test_expectations.html">telemetry.page.test_expectations</a><br> |
+<a href="telemetry.core.util.html">telemetry.core.util</a><br> |
+<a href="zipfile.html">zipfile</a><br> |
+</td></tr></table></td></tr></table><p> |
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
<tr bgcolor="#ee77aa"> |
<td colspan=3 valign=bottom> <br> |
@@ -30,7 +42,7 @@ |
<tr><td bgcolor="#ee77aa"><tt> </tt></td><td> </td> |
<td width="100%"><dl> |
-<dt><font face="helvetica, arial"><a href="__builtin__.html#object">__builtin__.object</a> |
+<dt><font face="helvetica, arial"><a href="telemetry.core.command_line.html#Command">telemetry.core.command_line.Command</a>(<a href="telemetry.core.command_line.html#ArgumentHandlerMixIn">telemetry.core.command_line.ArgumentHandlerMixIn</a>) |
</font></dt><dd> |
<dl> |
<dt><font face="helvetica, arial"><a href="telemetry.test.html#Test">Test</a> |
@@ -41,34 +53,71 @@ |
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
<tr bgcolor="#ffc8d8"> |
<td colspan=3 valign=bottom> <br> |
-<font color="#000000" face="helvetica, arial"><a name="Test">class <strong>Test</strong></a>(<a href="__builtin__.html#object">__builtin__.object</a>)</font></td></tr> |
+<font color="#000000" face="helvetica, arial"><a name="Test">class <strong>Test</strong></a>(<a href="telemetry.core.command_line.html#Command">telemetry.core.command_line.Command</a>)</font></td></tr> |
<tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> |
<td colspan=2><tt>Base class for a Telemetry test or benchmark.<br> |
<br> |
A test packages a PageTest/PageMeasurement and a PageSet together.<br> </tt></td></tr> |
<tr><td> </td> |
-<td width="100%">Methods defined here:<br> |
-<dl><dt><a name="Test-CreatePageSet"><strong>CreatePageSet</strong></a>(self, options)</dt><dd><tt>Get the page set this test will run on.<br> |
+<td width="100%"><dl><dt>Method resolution order:</dt> |
+<dd><a href="telemetry.test.html#Test">Test</a></dd> |
+<dd><a href="telemetry.core.command_line.html#Command">telemetry.core.command_line.Command</a></dd> |
+<dd><a href="telemetry.core.command_line.html#ArgumentHandlerMixIn">telemetry.core.command_line.ArgumentHandlerMixIn</a></dd> |
+<dd><a href="__builtin__.html#object">__builtin__.object</a></dd> |
+</dl> |
+<hr> |
+Methods defined here:<br> |
+<dl><dt><a name="Test-CustomizeBrowserOptions"><strong>CustomizeBrowserOptions</strong></a>(self, options)</dt><dd><tt>Add browser options that are required by this benchmark.</tt></dd></dl> |
+ |
+<dl><dt><a name="Test-Run"><strong>Run</strong></a>(self, args)</dt><dd><tt>Run this test with the given options.</tt></dd></dl> |
+ |
+<hr> |
+Class methods defined here:<br> |
+<dl><dt><a name="Test-AddCommandLineArgs"><strong>AddCommandLineArgs</strong></a>(cls, parser)<font color="#909090"><font face="helvetica, arial"> from <a href="__builtin__.html#type">__builtin__.type</a></font></font></dt></dl> |
+ |
+<dl><dt><a name="Test-CreateExpectations"><strong>CreateExpectations</strong></a>(cls, ps)<font color="#909090"><font face="helvetica, arial"> from <a href="__builtin__.html#type">__builtin__.type</a></font></font></dt><dd><tt>Get the expectations this test will run with.<br> |
+ <br> |
+By default, it will create an empty expectations set. Override to generate<br> |
+custom expectations.</tt></dd></dl> |
+ |
+<dl><dt><a name="Test-CreatePageSet"><strong>CreatePageSet</strong></a>(cls, options)<font color="#909090"><font face="helvetica, arial"> from <a href="__builtin__.html#type">__builtin__.type</a></font></font></dt><dd><tt>Get the page set this test will run on.<br> |
<br> |
By default, it will create a page set from the file at this test's<br> |
page_set attribute. Override to generate a custom page set.</tt></dd></dl> |
-<dl><dt><a name="Test-Run"><strong>Run</strong></a>(self, options)</dt><dd><tt>Run this test with the given options.</tt></dd></dl> |
+<dl><dt><a name="Test-Name"><strong>Name</strong></a>(cls)<font color="#909090"><font face="helvetica, arial"> from <a href="__builtin__.html#type">__builtin__.type</a></font></font></dt></dl> |
+ |
+<dl><dt><a name="Test-PageTestClass"><strong>PageTestClass</strong></a>(cls)<font color="#909090"><font face="helvetica, arial"> from <a href="__builtin__.html#type">__builtin__.type</a></font></font></dt><dd><tt>Get the PageTest for this <a href="#Test">Test</a>.<br> |
+ <br> |
+If the <a href="#Test">Test</a> has no PageTest, raises NotImplementedError.</tt></dd></dl> |
+ |
+<dl><dt><a name="Test-ProcessCommandLineArgs"><strong>ProcessCommandLineArgs</strong></a>(cls, parser, args)<font color="#909090"><font face="helvetica, arial"> from <a href="__builtin__.html#type">__builtin__.type</a></font></font></dt></dl> |
<hr> |
-Data descriptors defined here:<br> |
+Data and other attributes defined here:<br> |
+<dl><dt><strong>options</strong> = {}</dl> |
+ |
+<hr> |
+Class methods inherited from <a href="telemetry.core.command_line.html#Command">telemetry.core.command_line.Command</a>:<br> |
+<dl><dt><a name="Test-Description"><strong>Description</strong></a>(cls)<font color="#909090"><font face="helvetica, arial"> from <a href="__builtin__.html#type">__builtin__.type</a></font></font></dt></dl> |
+ |
+<hr> |
+Data descriptors inherited from <a href="telemetry.core.command_line.html#ArgumentHandlerMixIn">telemetry.core.command_line.ArgumentHandlerMixIn</a>:<br> |
<dl><dt><strong>__dict__</strong></dt> |
<dd><tt>dictionary for instance variables (if defined)</tt></dd> |
</dl> |
<dl><dt><strong>__weakref__</strong></dt> |
<dd><tt>list of weak references to the object (if defined)</tt></dd> |
</dl> |
-<hr> |
-Data and other attributes defined here:<br> |
-<dl><dt><strong>enabled</strong> = True</dl> |
- |
-<dl><dt><strong>options</strong> = {}</dl> |
- |
-</td></tr></table></td></tr></table> |
+</td></tr></table></td></tr></table><p> |
+<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
+<tr bgcolor="#eeaa77"> |
+<td colspan=3 valign=bottom> <br> |
+<font color="#ffffff" face="helvetica, arial"><big><strong>Functions</strong></big></font></td></tr> |
+ |
+<tr><td bgcolor="#eeaa77"><tt> </tt></td><td> </td> |
+<td width="100%"><dl><dt><a name="-AddCommandLineArgs"><strong>AddCommandLineArgs</strong></a>(parser)</dt></dl> |
+ <dl><dt><a name="-ProcessCommandLineArgs"><strong>ProcessCommandLineArgs</strong></a>(parser, args)</dt></dl> |
+</td></tr></table> |
</body></html> |