网页
图片
视频
学术
词典
地图
更多
航班
笔记本
Contract4J
例句
释义:
全部
全部
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
Whether
or not you
use
Contract4J
with your
unit
tests
,
thinking
about the
contract
of
your
components
will
improve
your
designs
.
不论
是否
使用
Contract4J
进行
单元
测试
,
考虑
组件
的
合约
都会
改进
设计
。
www.ibm.com
2.
In
this
final
article
in
the AOP@Work
series
,
I
introduce
you to
Contract4J
,
an
AspectJ-based
tool
that
supports
Design
by
Contract
.
在
AOP@Work
系列
的
最后
这
篇文章
中
,
我
将
介绍
Contract4J
,
这
是
一个
基于
AspectJ
的
工具
,
支持
契约
式
设计
。
www.ibm.com
3.
Contract4J
makes
it
efficient
and
straightforward
to
define
Design
by
Contract
tests
in an
intuitive
manner
,
using
Java 5
annotations
.
Contract4J
使用
Java5
标注
,
以
直观
的
方式
使得
契约
式
设计
测试
的
定义
变得
更
有效
更
简单
。
www.ibm.com
4.
The
README
in
the
Contract4J
distribution
(
see
below
)
discusses
its
syntax
in great
detail
,
including
known
limitations
and
idiosyncrasies
.
Contract4J
发行
版
中
的
README
(
请参阅
下面
)
更
详细地
讨论
了
它
的
语法
,
包括
已知
的
限制
和
特性
。
www.ibm.com
5.
At the
end
of
the
article
,
I
discuss
how
Contract4J
fits into
emerging
trends
in
aspect
-
oriented
design
.
在
这
篇文章
最后
,
我
将
讨论
Contract4J
如何
迎合
面向
方面
设计
中
正在
出现
的
趋势
。
www.ibm.com
6.
However
,
because
the
interface
does
define
a
corresponding
JavaBean
accessor
method
,
Contract4J
infers
the
existence
of
the
field
.
不过
,
因为
接口
定义
了
对应
的
JavaBean
存取器
方法
,
所以
Contract4J
推导出
字段
的
存在
。
www.ibm.com
7.
Start
adding
the
Contract4J
annotations
to
your
source
code
to
define
your
contracts
!
现在
请
开始
把
Contract4J
标注
添加
到
源
代码
中
,
以
定义
自己
的
合约
!
www.ibm.com
8.
A
Design
by
Contract
tool
like
Contract4J
is
most
helpful
in
situations where
unit
testing
is
sparse
or
difficult
.
像
Contract4J
这样
的
契约
式
设计
工具
在
单元
测试
比较
分散
或
比较
困难
的
时候
最
有
帮助
。
www.ibm.com
9.
If
you
omit
the
test
expression
,
Contract4J
uses
reasonable
defaults
,
depending
on the
context
.
如果
遗漏
了
测试
表达式
,
Contract4J
会
根据
上下文
使用
合理
的
默认
设置
。
www.ibm.com
10.
Using
annotations
,
Contract4J
defines
a
pattern
-like
protocol
,
a kind
-
of
interface
,
for
expressing
contract
information
.
使用
标注
,
Contract4J
定义
了
模式形式
的
协议
,
即
一种
接口
,
用来
表达
合约
信息
。
www.ibm.com
1
2