@Autowired @Qualifier @Resource (javax.annotation) if JSR-250 is present @Inject (javax.inject) if JSR-330 is present @Named (javax.inject) if JSR-330 is present @PersistenceContext (javax.persistence) if JPA is present @PersistenceUnit (javax.persistence) if JPA is present @Required @Transactional
[テストクラスと同じクラスパス]/[テストクラス名]-context.xml
<beans profile="xxx"> for XMLビーン定義 @ActiveProfiles("xxx") for コンフィグレーションクラス
locations (from @ContextConfiguration) classes (from @ContextConfiguration) contextLoader (from @ContextConfiguration) activeProfiles (from @ActiveProfiles)
@RunWith(SpringJUnit4ClassRunner.class)