网页
图片
视频
学术
词典
地图
更多
航班
笔记本
cppUnit
网络
测试资料;测试框架入门;测试工具的类型
网络释义
1.
测试资料
网上整理的
测试资料
(
cppunit
)。。。。。。。。。。。。。。。。。 热门下载 文件大小:475.5KB 官方网址:官方网站 运 …
www.mesky.net
|
基于2个网页
2.
测试框架入门
csdn3.bfun.cn
|
基于 1 个网页
3.
测试工具的类型
指明要用的
测试工具的类型
(
cppunit
)3.2.3程度。
blog.sina.com.cn
|
基于 1 个网页
例句
释义:
全部
全部
,
测试资料
测试资料
,
测试框架入门
测试框架入门
,
测试工具的类型
测试工具的类型
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
Be
sure
to
look
into
the
CppUnit
documentation
for
its
class
hierarchy
and
the
examples
that
come
with
the
installation
for further
details
.
一定
要
查阅
CppUnit
文档
来
了解
它
的
类
层次结构
,
通过
示例
了解
详细
的
安装
信息
。
www.ibm.com
2.
CppUnit
comes
with a
whole
host
of
predefined
classes
that
you
'll
make
good
use
of while
designing
the
tests
.
CppUnit
附带
一整套
预先
定义
的
类
,
可以
用
它们
方便
地
设计
测试
。
www.ibm.com
3.
However
,
CppUnit
allows
you to
use
custom
formatting
on
the
output
.
但是
,
CppUnit
允许
使用
定制
的
输出
格式
。
www.ibm.com
4.
The CPPUNIT_TEST_SUITE
macro
,
defined
in
HelperMacros
.
h,
simplifies
creating
a
test
suite
and
adding
individual tests to it
.
在
HelperMacros.h
中
定义
的
CPPUNIT_TEST_SUITE
宏
可以简化
创建
测试
套件
并
在
其中
添加
测试
的
流程
。
www.ibm.com
5.
Further
articles
in
this
series
will
introduce
other
open
source
regression
frameworks
, like
cppUnit
.
本
系列
的
后续
文章
将
介绍
cppUnit
等
开放
源码
回归
测试
框架
。
www.ibm.com
6.
Finally
,
pass
the
suite
itself
on
to
CppUnit
: : TextTestRunner
before
an
invocation
of the
run
method
.
最后
,
把
套件
本身
传递
给
CppUnit::TextTestRunner
,
然后再
调用
run
方法
。
www.ibm.com
7.
Listing
17
shows
the
code
(from
CppUnit
sources
)
that
illustrates
how
individual
tests
are
called
for
each
suite
.
清单
17
中
的
代码
(
取自
CppUnit
源
代码
)
说明
如何
为
每个
套件
调用
测试
。
www.ibm.com
8.
To
create
a
unit
test
for
the
string
class
,
you
need
to
subclass the
CppUnit
: : TestCase
class
and
override
the runTest
method
.
要
想
为
字符串
类
创建
单元
测试
,
需要
创建
CppUnit::TestCase
类
的
子
类
并
覆盖
runTest
方法
。
www.ibm.com
9.
A fixture
,
or
a TestFixture
in
the
CppUnit
context
,
is meant to
provide
clean
setup
and
exit
routines
for
individual
tests
.
在
CppUnit
上下文
中
,
fixture
或
TestFixture
用于为
各个
测试
提供
简洁
的
设置
和
退出
例程
。
www.ibm.com
10.
Download
CppUnit
:
Get
the
latest
version
of
CppUnit
.
下载
CppUnit
:
获取
CppUnit
的
最新
版本
。
www.ibm.com
1
2