Catalog
  1. 1. Spring学习笔记(六)Spring整合Junit
    1. 1.1. 六、Spring 整合 Junit(后续补充)
      1. 1.1.1. 1、Spring 整合 Junit 的配置过程:
Spring学习笔记(六)Spring整合Junit

Spring学习笔记(六)Spring整合Junit

六、Spring 整合 Junit(后续补充)

1、Spring 整合 Junit 的配置过程:

  1. 导入 Spring 整合 Junit 的 jar ( 坐标 )

  2. 使用 Junit 提供的一个注解把原有的 main 方法替换了,替换成 Spring 提供的

    @Runwith

  3. 告知 Spring 的运行器, Spring 和 ioc 创建是基于 xml 还是注解的,并且说明位置,用到的注解如下

    @ContextConfiguration

    Locations : 指定 xml 文件的位置,加上 classpath 关键字,表示在类路径下

    classes : 指定注解类所在地位置

  4. 使用@Autowired 给测试类中的变量注入数据

Author: zycode1561
Link: https://zycode1561.github.io/2019/11/07/Spring%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B0%EF%BC%88%E5%85%AD%EF%BC%89Spring%E6%95%B4%E5%90%88Junit/
Copyright Notice: All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.
Donate
  • 微信
  • 支付宝

Comment