⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rcunit__helpermacro_8h-source.html

📁 一个做软件测试的源码,可以用于工程中软件测试,全部为自己编写,内付说明
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=gb2312"><title>RCUnit: include/rcunit/rcunit_helpermacro.h源文件</title><link href="doxygen.css" rel="stylesheet" type="text/css"></head><body><!-- 制作者 Doxygen 1.4.2 --><div class="qindex"><a class="qindex" href="index.html">首页</a> | <a class="qindex" href="modules.html">模块</a> | <a class="qindex" href="annotated.html">数据结构</a> | <a class="qindex" href="dirs.html">目录</a> | <a class="qindex" href="files.html">文件列表</a> | <a class="qindex" href="functions.html">数据字段</a> | <a class="qindex" href="globals.html">全局定义</a> | <a class="qindex" href="pages.html">相关页面</a></div><div class="nav"><a class="el" href="dir_000000.html">include</a>&nbsp;/&nbsp;<a class="el" href="dir_000001.html">rcunit</a></div><h1>rcunit_helpermacro.h</h1><a href="rcunit__helpermacro_8h.html">浏览该文件的文档。</a><div class="fragment"><pre class="fragment">00001 00006 <span class="preprocessor">#ifndef _RCUNIT_HELPERMACRO_H_</span>00007 <span class="preprocessor"></span><span class="preprocessor">#define _RCUNIT_HELPERMACRO_H_</span>00008 <span class="preprocessor"></span>00009 <span class="preprocessor">#ifdef __cplusplus</span>00010 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {00011 <span class="preprocessor">#endif</span>00012 <span class="preprocessor"></span><a name="l00022"></a><a class="code" href="group__rcunit__running__test__case.html#ga0">00022</a> <span class="preprocessor">#define CUNIT_RUN_TEST() _CUnit_RunAllTest()</span>00023 <span class="preprocessor"></span><a name="l00030"></a><a class="code" href="group__rcunit__running__test__case.html#ga1">00030</a> <span class="preprocessor">#define CUNIT_IS_PASSED() (_CUnit_GetBlockedCaseCount() ? 1 : 0)</span>00031 <span class="preprocessor"></span><a name="l00040"></a><a class="code" href="rcunit__helpermacro_8h.html#a2">00040</a> <span class="preprocessor">#define CUNIT_SET_OUTPUT_STREAM(OutFile) _CUnit_SetOutputStream((OutFile))</span>00041 <span class="preprocessor"></span>00042 <span class="comment">/* Output string */</span>00043 <span class="preprocessor">#define _CUNIT_OUTPUT _CUnit_Output</span>00044 <span class="preprocessor"></span>00045 <span class="preprocessor">#ifdef __cplusplus</span>00046 <span class="preprocessor"></span>}00047 <span class="preprocessor">#endif</span>00048 <span class="preprocessor"></span>00049 <span class="preprocessor">#endif </span><span class="comment">/* ifndef _RCUNIT_HELPERMACRO_H_ */</span></pre></div><hr/><table width="100%">  <tr>    <td align="right" valign="center">    如果对 RCUnit 有任何的疑问或建议,请联系realdodo (<a href="mailto:realdodo@163.com">realdodo@163.com</a>)。    </td>  </tr></table></body> </html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -