网页
图片
视频
学术
词典
地图
更多
航班
笔记本
unit test
美
英
un.
单元测试;模块测试;部件检验
网络
单元测试框架;自动测试框架;单元测试类
英汉
网络释义
un.
1.
单元测试
2.
模块测试
3.
部件检验
1.
单元测试
尽早进行
单元测试
(
UnitTest
)是比较好的做法,极端的情况甚至强调“测试先行”。现在我们已经有了第一个model类和Form类…
blog.csdn.net
|
基于255个网页
2.
单元测试框架
包括:有序字典类型;更快的IO模块;新的
单元测试框架
(
unittest
);Tkinter封装器支持Tile;字典view,sysconfig模块等等 …
www.itpub.net
|
基于28个网页
3.
自动测试框架
《Python标准库》- 京东图书... ... 16.2 doctest- 通过文档完成测试 16.3
unittest
-
自动测试框架
16.4 traceback- 异常和栈轨迹 ...
book.jd.com
|
基于11个网页
4.
单元测试类
JUCE user forum • View... ... ApplicationProperties 程序属性类
UnitTest
单元测试类
WebBrowserComponent 网页浏览器 ...
rawmaterialsoftware.com
|
基于 1 个网页
5.
写单元测试
2.
写单元测试
(
UnitTest
++)2.1 修改项目属性, 将 UnitTest++.h 所在的目录加到 INCLUDE目录中去. 将我的测试驱动工具的头文 …
blog.chinaunix.net
|
基于 1 个网页
更多释义
收起释义
例句
释义:
全部
全部
,
单元测试
单元测试
,
模块测试
模块测试
,
部件检验
部件检验
,
单元测试框架
单元测试框架
,
自动测试框架
自动测试框架
,
单元测试类
单元测试类
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
These
steps
also
show
the
tasks
required
to
start
the Unit Test
feature
,
although
this
would
already
be
up
in
a
typical
work
session
.
这些
步骤
还
展示
了
启动
UnitTest
特性
所
需
的
任务
,
尽管
在
典型
的
工作
会话
中
,
该
特性
应该
已经
启动
。
www.ibm.com
2.
Using
unittest
adds
quite
a
few
capabilities
to
the
simpler
doctest
style
.
使用
unittest
为
较
简单
的
doctest
方式
增添
了
相当
多
的
能力
。
www.ibm.com
3.
It
is
quite
handy
to
frequently
run
a
unittest
when
making
changes
to a
module
.
在
对
模块
进行
更改
时
,
需要
频繁
地
运行
单元
测试
,
而
这
也是
非常
容易
的
。
www.ibm.com
4.
The
docstrings
processed
by
doctest
can
contain
tracebacks
within
them
,
but
a better
approach
to
special
cases
is
to
utilize
unittest
.
由
doctest
处理
的
文档
字符串
可能
会
在
其
内部
包含
回溯
(
traceback
)
,
但是
在
特别
的
情况下
,
更好
的
方法
是
使用
unittest
。
www.ibm.com
5.
Without
being asked
,
nose will
always
detect
subclasses
of
unittest
.
TestCase
and
use
them
as
tests
.
无须
特别
指定
,
nose
总会
检测
unittest.TestCase
的
子类
并
作为
测试
使用
它们
。
www.ibm.com
6.
Figure
7
shows
a
drag
and
drop
operation
where the developer
copies
the
COBOL
program
BK92S1
to
the Unit Test
feature
for the
changes
.
图
7
展示
了
一个
拖
放
操作
,
开发
人员
通过
该
操作
将
COBOL
程序
BK92S1
复制
到
UnitTest
特性
以便
修改
。
www.ibm.com
7.
You
need
to
add
a
flag
to
run
run
-e
so
that
you
can
avoid
getting
a
traceback to the
unittest
module
in the IPython
shell
.
您
需要
添加
一个
标记
以
运行
run-e
,
这样一来
,
您
就
可以
在
IPythonShell
中
避免
回溯
到
单元
测试
模块
。
www.ibm.com
8.
You
can
download
this
unittest
in
the
source
files
that come
with
the
article
.
您
可以
在
本文
所
附带
的
源
文件
中
下载
这个
单元
测试
。
www.ibm.com
9.
You
can
use
existing
tools
like IDCAMS, DB2
utilities
, and
so
on,
to
extract
test
data
and then
download
it
to
the Unit
Test
machine
.
您
可以
使用
IDCAMS
、
DB2
实用程序
等
现有
工具
来
提取
测试
数据
,
然后
将
数据
下载
到
UnitTest
机器
。
www.ibm.com
10.
The
code
being
edited
is
on
the Unit Test
feature
.
正
被
编辑
的
代码
位于
UnitTest
特性
上
。
www.ibm.com
1
2