Login
Preferences
Help/Guide
About Trac
Wiki
View Tickets
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 14
and
Version 15
of
WikiStart
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
01/16/2012 04:35:09 PM (
14 years
ago)
Author:
chenyang
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
WikiStart
v14
v15
49
49
5,新增@BeforeClass注解和@AfterClass注解,全局只执行一次.这是以前版本没有的功能.[[BR]]
50
50
6,@Before注解和@After 注解在每个测试方法前后执行一次.[[BR]]
51
7.在Junit4中,套件语义被两个新注释所替代。@RunWith和@SuiteClasses
[[BR]][[BR]]
51
7.在Junit4中,套件语义被两个新注释所替代。@RunWith和@SuiteClasses
[[BR]][[BR]]
52
52
53
53
==== 为什么选择Spring 测试框架 ====