Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_main_test_step.html
author Dominic Pinkman <dominic.pinkman@nokia.com>
Fri, 13 Aug 2010 16:47:46 +0100
changeset 14 578be2adaf3e
parent 6 43e37759235e
permissions -rw-r--r--
Week 32 contribution of PDK documentation content. See release notes for details. Fixes bug Bug 3582

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>TB9.2 Example Applications: CMainTestStep Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.2 -->
<div class="contents">
<h1>CMainTestStep Class Reference</h1><!-- doxytag: class="CMainTestStep" --><!-- doxytag: inherits="CTe_ThreadClientServerTestSuiteStepBase,CTe_ProcessClientServerTestSuiteStepBase" -->
<p>Inherits <a class="el" href="class_c_te___thread_client_server_test_suite_step_base.html">CTe_ThreadClientServerTestSuiteStepBase</a>, and <a class="el" href="class_c_te___process_client_server_test_suite_step_base.html">CTe_ProcessClientServerTestSuiteStepBase</a>.</p>

<p><a href="class_c_main_test_step-members.html">List of all members.</a></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_main_test_step.html#a30337bbcd91d10eab3b3431c8a51530c">CMainTestStep</a> (<a class="el" href="class_c_te___process_client_server_test_suite.html">CTe_ProcessClientServerTestSuite</a> &amp;aParent)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_main_test_step.html#a83ba1d2e08f4244279e8d72967428012">~CMainTestStep</a> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">virtual TVerdict&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_main_test_step.html#a78712a6ff931a0b3261f5b6b95cdf963">doTestStepL</a> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_c_main_test_step.html#a92328dfc6157d29f42cf958db293f200">CMainTestStep</a> (<a class="el" href="class_c_te___thread_client_server_test_suite.html">CTe_ThreadClientServerTestSuite</a> &amp;aParent)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a6d8fd070222fb57ad6f16c9785741915"></a><!-- doxytag: member="CMainTestStep::doTestStepL" ref="a6d8fd070222fb57ad6f16c9785741915" args="()" -->
virtual TVerdict&nbsp;</td><td class="memItemRight" valign="bottom"><b>doTestStepL</b> ()</td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Demonstrates how to test all the functionality of process client server</p>
<p>Functionality test class of thread client server </p>

<p>Definition at line <a class="el" href="te___process_client_server_test_2src_2_main_test_step_8h_source.html#l00031">31</a> of file <a class="el" href="te___process_client_server_test_2src_2_main_test_step_8h_source.html">MainTestStep.h</a>.</p>
<hr/><h2>Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a30337bbcd91d10eab3b3431c8a51530c"></a><!-- doxytag: member="CMainTestStep::CMainTestStep" ref="a30337bbcd91d10eab3b3431c8a51530c" args="(CTe_ProcessClientServerTestSuite &amp;aParent)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">CMainTestStep::CMainTestStep </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="class_c_te___process_client_server_test_suite.html">CTe_ProcessClientServerTestSuite</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>aParent</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Constructor </p>

<p>Definition at line <a class="el" href="te___process_client_server_test_2src_2_main_test_step_8cpp_source.html#l00038">38</a> of file <a class="el" href="te___process_client_server_test_2src_2_main_test_step_8cpp_source.html">MainTestStep.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="a83ba1d2e08f4244279e8d72967428012"></a><!-- doxytag: member="CMainTestStep::~CMainTestStep" ref="a83ba1d2e08f4244279e8d72967428012" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">CMainTestStep::~CMainTestStep </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Destructor </p>

<p>Definition at line <a class="el" href="te___process_client_server_test_2src_2_main_test_step_8cpp_source.html#l00032">32</a> of file <a class="el" href="te___process_client_server_test_2src_2_main_test_step_8cpp_source.html">MainTestStep.cpp</a>.</p>

</div>
</div>
<a class="anchor" id="a92328dfc6157d29f42cf958db293f200"></a><!-- doxytag: member="CMainTestStep::CMainTestStep" ref="a92328dfc6157d29f42cf958db293f200" args="(CTe_ThreadClientServerTestSuite &amp;aParent)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">CMainTestStep::CMainTestStep </td>
          <td>(</td>
          <td class="paramtype"><a class="el" href="class_c_te___thread_client_server_test_suite.html">CTe_ThreadClientServerTestSuite</a> &amp;&nbsp;</td>
          <td class="paramname"> <em>aParent</em></td>
          <td>&nbsp;)&nbsp;</td>
          <td></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Constructor </p>

<p>Definition at line <a class="el" href="te___thread_client_server_test_2src_2_main_test_step_8cpp_source.html#l00038">38</a> of file <a class="el" href="te___thread_client_server_test_2src_2_main_test_step_8cpp_source.html">MainTestStep.cpp</a>.</p>

</div>
</div>
<hr/><h2>Member Function Documentation</h2>
<a class="anchor" id="a78712a6ff931a0b3261f5b6b95cdf963"></a><!-- doxytag: member="CMainTestStep::doTestStepL" ref="a78712a6ff931a0b3261f5b6b95cdf963" args="()" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">TVerdict CMainTestStep::doTestStepL </td>
          <td>(</td>
          <td class="paramname"></td>
          <td>&nbsp;)&nbsp;</td>
          <td><code> [virtual]</code></td>
        </tr>
      </table>
</div>
<div class="memdoc">
<p>Override of base class pure virtual Our implementation only gets called if the base class <a class="el" href="class_c_te___process_client_server_test_suite_step_base.html#a4826853397bd0da8a6812ecddc21dbf3">doTestStepPreambleL()</a> did not leave. That being the case, the current test result value will be EPass. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>Result of the test step as EFail or EPass</dd></dl>
<p>Override of base class pure virtual Our implementation only gets called if the base class <a class="el" href="class_c_te___process_client_server_test_suite_step_base.html#a4826853397bd0da8a6812ecddc21dbf3">doTestStepPreambleL()</a> did not leave. That being the case, the current test result value will be EPass. </p>
<dl class="return"><dt><b>Returns:</b></dt><dd>TVerdict Result of the test step as EFail or EPass </dd></dl>

<p>Definition at line <a class="el" href="te___process_client_server_test_2src_2_main_test_step_8cpp_source.html#l00052">52</a> of file <a class="el" href="te___process_client_server_test_2src_2_main_test_step_8cpp_source.html">MainTestStep.cpp</a>.</p>

</div>
</div>
</div>
<hr size="1"/><address style="text-align: right;"><small>Generated by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.2 </small></address>
</body>
</html>