站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

org.springframework.test.annotation (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Package org.springframework.test.annotation

Support classes for annotation-driven tests.

See:
          Description

Interface Summary
ProfileValueSource  
 

Class Summary
AbstractAnnotationAwareTransactionalTests Java 5 specific subclass of AbstractTransactionalDataSourceSpringContextTests, exposing a SimpleJdbcTemplate and obeying annotations for transaction control.
SystemProfileValueSource  
 

Annotation Types Summary
DirtiesContext Test annotation to indicate that a test method dirties the context for the current test.
ExpectedException Test annotation to indicate that a test method is required to throw one or more of these exceptions.
IfProfileValue  
NotTransactional Test annotation to indicate that a method is not transactional
Repeat Test annotation to indicate that a test method should be invoked repeatedly.
Timed Test annotation to indicate that a test method should be invoked repeatedly.
 

Package org.springframework.test.annotation Description

Support classes for annotation-driven tests.


The Spring Framework

Copyright © 2002-2007 The Spring Framework.