blob: c3e26c93d0d2acecff5344f2dd500475e6fb7c63 [file] [log] [blame]
adminbae64d82013-08-01 10:50:15 -07001<?xml version="1.0" encoding="ascii"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3 "DTD/xhtml1-transitional.dtd">
4<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5<head>
6 <title>TestON.drivers.common.cli.emulatordriver</title>
7 <link rel="stylesheet" href="epydoc.css" type="text/css" />
8 <script type="text/javascript" src="epydoc.js"></script>
9</head>
10
11<body bgcolor="white" text="black" link="blue" vlink="#204080"
12 alink="#204080">
13<!-- ==================== NAVIGATION BAR ==================== -->
14<table class="navbar" border="0" width="100%" cellpadding="0"
15 bgcolor="#a0c0ff" cellspacing="0">
16 <tr valign="middle">
17 <!-- Home link -->
18 <th>&nbsp;&nbsp;&nbsp;<a
19 href="TestON-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
20
21 <!-- Tree link -->
22 <th>&nbsp;&nbsp;&nbsp;<a
23 href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
24
25 <!-- Index link -->
26 <th>&nbsp;&nbsp;&nbsp;<a
27 href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
28
29 <!-- Help link -->
30 <th>&nbsp;&nbsp;&nbsp;<a
31 href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
32
Jon Halla1cdd892015-08-10 13:36:28 -070033 <!-- Project homepage -->
34 <th class="navbar" align="right" width="100%">
35 <table border="0" cellpadding="0" cellspacing="0">
36 <tr><th class="navbar" align="center"
37 >TestON</th>
38 </tr></table></th>
adminbae64d82013-08-01 10:50:15 -070039 </tr>
40</table>
41<table width="100%" cellpadding="0" cellspacing="0">
42 <tr valign="top">
43 <td width="100%">
44 <span class="breadcrumbs">
45 <a href="TestON-module.html">Package&nbsp;TestON</a> ::
46 <a href="TestON.drivers-module.html">Package&nbsp;drivers</a> ::
47 <a href="TestON.drivers.common-module.html">Package&nbsp;common</a> ::
48 <a href="TestON.drivers.common.cli-module.html">Package&nbsp;cli</a> ::
49 Module&nbsp;emulatordriver
50 </span>
51 </td>
52 <td>
53 <table cellpadding="0" cellspacing="0">
54 <!-- hide/show private -->
55 <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink"
56 onclick="toggle_private();">hide&nbsp;private</a>]</span></td></tr>
57 <tr><td align="right"><span class="options"
58 >[<a href="frames.html" target="_top">frames</a
59 >]&nbsp;|&nbsp;<a href="TestON.drivers.common.cli.emulatordriver-module.html"
60 target="_top">no&nbsp;frames</a>]</span></td></tr>
61 </table>
62 </td>
63 </tr>
64</table>
65<!-- ==================== MODULE DESCRIPTION ==================== -->
66<h1 class="epydoc">Module emulatordriver</h1><p class="nomargin-top"><span class="codelink"><a href="TestON.drivers.common.cli.emulatordriver-pysrc.html">source&nbsp;code</a></span></p>
Jon Halla1cdd892015-08-10 13:36:28 -070067<pre class="literalblock">
adminbae64d82013-08-01 10:50:15 -070068
Jon Halla1cdd892015-08-10 13:36:28 -070069Created on 26-Oct-2012
70
71author:: Anil Kumar ( anilkumar.s@paxterrasolutions.com )
72
73 TestON is free software: you can redistribute it and/or modify
74 it under the terms of the GNU General Public License as published by
75 the Free Software Foundation, either version 2 of the License, or
76 ( at your option ) any later version.
77
78 TestON is distributed in the hope that it will be useful,
79 but WITHOUT ANY WARRANTY; without even the implied warranty of
80 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
81 GNU General Public License for more details.
82
83 You should have received a copy of the GNU General Public License
84 along with TestON. If not, see &lt;http://www.gnu.org/licenses/&gt;.
85
86</pre>
87
88<!-- ==================== CLASSES ==================== -->
adminbae64d82013-08-01 10:50:15 -070089<a name="section-Classes"></a>
90<table class="summary" border="1" cellpadding="3"
91 cellspacing="0" width="100%" bgcolor="white">
92<tr bgcolor="#70b0f0" class="table-header">
93 <td colspan="2" class="table-header">
94 <table border="0" cellpadding="0" cellspacing="0" width="100%">
95 <tr valign="top">
96 <td align="left"><span class="table-header">Classes</span></td>
97 <td align="right" valign="top"
98 ><span class="options">[<a href="#section-Classes"
99 class="privatelink" onclick="toggle_private();"
100 >hide private</a>]</span></td>
101 </tr>
102 </table>
103 </td>
104</tr>
105<tr>
106 <td width="15%" align="right" valign="top" class="summary">
107 <span class="summary-type">&nbsp;</span>
108 </td><td class="summary">
109 <a href="TestON.drivers.common.cli.emulatordriver.Emulator-class.html" class="summary-name">Emulator</a>
110 </td>
111 </tr>
112</table>
113<!-- ==================== NAVIGATION BAR ==================== -->
114<table class="navbar" border="0" width="100%" cellpadding="0"
115 bgcolor="#a0c0ff" cellspacing="0">
116 <tr valign="middle">
117 <!-- Home link -->
118 <th>&nbsp;&nbsp;&nbsp;<a
119 href="TestON-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
120
121 <!-- Tree link -->
122 <th>&nbsp;&nbsp;&nbsp;<a
123 href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
124
125 <!-- Index link -->
126 <th>&nbsp;&nbsp;&nbsp;<a
127 href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
128
129 <!-- Help link -->
130 <th>&nbsp;&nbsp;&nbsp;<a
131 href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
132
Jon Halla1cdd892015-08-10 13:36:28 -0700133 <!-- Project homepage -->
134 <th class="navbar" align="right" width="100%">
135 <table border="0" cellpadding="0" cellspacing="0">
136 <tr><th class="navbar" align="center"
137 >TestON</th>
138 </tr></table></th>
adminbae64d82013-08-01 10:50:15 -0700139 </tr>
140</table>
141<table border="0" cellpadding="0" cellspacing="0" width="100%%">
142 <tr>
143 <td align="left" class="footer">
Jon Halla1cdd892015-08-10 13:36:28 -0700144 Generated by Epydoc 3.0.1 on Mon Aug 10 11:12:34 2015
adminbae64d82013-08-01 10:50:15 -0700145 </td>
146 <td align="right" class="footer">
147 <a target="mainFrame" href="http://epydoc.sourceforge.net"
148 >http://epydoc.sourceforge.net</a>
149 </td>
150 </tr>
151</table>
152
153<script type="text/javascript">
154 <!--
155 // Private objects are initially displayed (because if
156 // javascript is turned off then we want them to be
157 // visible); but by default, we want to hide them. So hide
158 // them unless we have a cookie that says to show them.
159 checkCookie();
160 // -->
161</script>
162</body>
163</html>