当前位置: 代码网 > it编程>编程语言>Java > springboot进行controller单元测试

springboot进行controller单元测试

2024年08月01日 Java 我要评论
@Documented@Inherited@BootstrapWith(WebMvcTestContextBootstrapper.class)@ExtendWith(SpringExtension.class)@OverrideAutoConfiguration(enabled = false)@TypeExcludeFilters(WebMvcTypeExcludeFilter.class)@AutoConfigureCache@AutoConfigureWebMvc@AutoConfigureMock

@documented

@inherited

@bootstrapwith(webmvctestcontextbootstrapper.class)

@extendwith(springextension.class)

@overrideautoconfiguration(enabled = false)

@typeexcludefilters(webmvctypeexcludefilter.class)

@autoconfigurecache

@autoconfigurewebmvc

@autoconfiguremockmvc

@importautoconfiguration

public @interface webmvctest {

/**

  • properties in form {@literal key=value} that should be added to the spring

  • {@link environment} before the test runs.

  • @return the properties to add

  • @since 2.1.0

*/

string[] properties() default {};

/**

  • specifies the controllers to test. this is an alias of {@link #controllers()} which

  • can be used for brevity if no other attributes are defined. see

  • {@link #controllers()} for details.

  • @see #controllers()

  • @return the controllers to test

*/

@aliasfor(“controllers”)

class<?>[] value() default {};

/**

  • specifies the controllers to test. may be left blank if all {@code @controller}

  • beans should be added to the application context.

  • @see #value()

  • @return the controllers to test

*/

@aliasfor(“value”)

class<?>[] controllers() default {};

/**

  • determines if default filtering should be used with

  • {@link springbootapplication @springbootapplication}. by default only

  • {@code @controller} (when no explicit {@link #controllers() controllers} are

  • defined), {@code @controlleradvice} and {@code webmvcconfigurer} beans are

  • included.

  • @see #includefilters()

  • @see #excludefilters()

  • @return if default filters should be used

*/

boolean usedefaultfilters() default true;

/**

  • a set of include filters which can be used to add otherwise filtered beans to the

  • application context.

  • @return include filters to apply

*/

filter[] includefilters() default {};

/**

  • a set of exclude filters which can be used to filter beans that would otherwise be

  • added to the application context.

  • @return exclude filters to apply

*/

filter[] excludefilters() default {};

/**

  • auto-configuration exclusions that should be applied for this test.

  • @return auto-configuration exclusions to apply

*/

@aliasfor(annotation = importautoconfiguration.class, attribute = “exclude”)

class<?>[] excludeautoconfiguration() default {};
自我介绍一下,小编13年上海交大毕业,曾经在小公司待过,也去过华为、oppo等大厂,18年进入阿里一直到现在。

深知大多数java工程师,想要提升技能,往往是自己摸索成长或者是报班学习,但对于培训机构动则几千的学费,着实压力不小。自己不成体系的自学效果低效又漫长,而且极易碰到天花板技术停滞不前!

因此收集整理了一份《2024年java开发全套学习资料》,初衷也很简单,就是希望能够帮助到想自学提升又不知道该从何学起的朋友,同时减轻大家的负担。img

既有适合小白学习的零基础资料,也有适合3年以上经验的小伙伴深入学习提升的进阶课程,基本涵盖了95%以上java开发知识点,真正体系化!

由于文件比较大,这里只是将部分目录截图出来,每个节点里面都包含大厂面经、学习笔记、源码讲义、实战项目、讲解视频,并且会持续更新!

如果你觉得这些内容对你有帮助,可以扫码获取!!(备注java获取)

img

《mysql面试专题》

全网火爆mysql 开源笔记,图文并茂易上手,阿里p8都说好

全网火爆mysql 开源笔记,图文并茂易上手,阿里p8都说好

《mysql性能优化的21个最佳实践》

全网火爆mysql 开源笔记,图文并茂易上手,阿里p8都说好

全网火爆mysql 开源笔记,图文并茂易上手,阿里p8都说好

全网火爆mysql 开源笔记,图文并茂易上手,阿里p8都说好

全网火爆mysql 开源笔记,图文并茂易上手,阿里p8都说好

《mysql高级知识笔记》

全网火爆mysql 开源笔记,图文并茂易上手,阿里p8都说好

全网火爆mysql 开源笔记,图文并茂易上手,阿里p8都说好

全网火爆mysql 开源笔记,图文并茂易上手,阿里p8都说好

全网火爆mysql 开源笔记,图文并茂易上手,阿里p8都说好

全网火爆mysql 开源笔记,图文并茂易上手,阿里p8都说好

全网火爆mysql 开源笔记,图文并茂易上手,阿里p8都说好

全网火爆mysql 开源笔记,图文并茂易上手,阿里p8都说好

全网火爆mysql 开源笔记,图文并茂易上手,阿里p8都说好

全网火爆mysql 开源笔记,图文并茂易上手,阿里p8都说好

全网火爆mysql 开源笔记,图文并茂易上手,阿里p8都说好

文中展示的资料包括:**《mysql思维导图》《mysql核心笔记》《mysql调优笔记》《mysql面试专题》《mysql性能优化的21个最佳实践》《mysq高级知识笔记》**如下图

全网火爆mysql 开源笔记,图文并茂易上手,阿里p8都说好

关注我,点赞本文给更多有需要的人
《互联网大厂面试真题解析、进阶开发核心学习笔记、全套讲解视频、实战项目源码讲义》
ysq高级知识笔记》**如下图

[外链图片转存中…(img-osfh4ged-1713323061051)]

关注我,点赞本文给更多有需要的人
《互联网大厂面试真题解析、进阶开发核心学习笔记、全套讲解视频、实战项目源码讲义》

(0)

相关文章:

版权声明:本文内容由互联网用户贡献,该文观点仅代表作者本人。本站仅提供信息存储服务,不拥有所有权,不承担相关法律责任。 如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件至 2386932994@qq.com 举报,一经查实将立刻删除。

发表评论

验证码:
Copyright © 2017-2025  代码网 保留所有权利. 粤ICP备2024248653号
站长QQ:2386932994 | 联系邮箱:2386932994@qq.com