The Spring Framework

Uses of Class
org.springframework.beans.factory.annotation.Autowired

Packages that use Autowired
org.springframework.test.context.junit38 Support classes for ApplicationContext-based and transactional tests run with JUnit 3.8 and the Spring TestContext Framework
org.springframework.test.context.junit4 Support classes for ApplicationContext-based and transactional tests run with JUnit 4.4 and the Spring TestContext Framework
org.springframework.test.context.testng Support classes for ApplicationContext-based and transactional tests run with TestNG and the Spring TestContext Framework
 

Uses of Autowired in org.springframework.test.context.junit38
 

Methods in org.springframework.test.context.junit38 with annotations of type Autowired
 void AbstractTransactionalJUnit38SpringContextTests.setDataSource(DataSource dataSource)
          Set the DataSource, typically provided via Dependency Injection.
 

Uses of Autowired in org.springframework.test.context.junit4
 

Methods in org.springframework.test.context.junit4 with annotations of type Autowired
 void AbstractTransactionalJUnit4SpringContextTests.setDataSource(DataSource dataSource)
          Set the DataSource, typically provided via Dependency Injection.
 

Uses of Autowired in org.springframework.test.context.testng
 

Methods in org.springframework.test.context.testng with annotations of type Autowired
 void AbstractTransactionalTestNGSpringContextTests.setDataSource(DataSource dataSource)
          Set the DataSource, typically provided via Dependency Injection.
 


The Spring Framework

Copyright © 2002-2008 The Spring Framework.