上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页
  2024年12月16日
摘要: maven: <groupId>org.hamcrest</groupId><artifactId>hamcrest-core</artifactId><version>1.3</version> 在 Spock 单元测试框架中,Hamcrest 提供了一系列的匹配器方法,用于增强测试断言的表达力和 阅读全文
posted @ 2024-12-16 17:43 卡米i 阅读(112) 评论(0) 推荐(0)
摘要: 模拟打桩(Stub)是一种在软件测试中使用的技术,用于替代某些代码模块,从而隔离待测试单元的行为。通过使用一个“桩”来替代真实的代码,测试者可以控制待测试单元的环境和输入,使得测试更可控和可预测。 示例解释 假设我们有一个简单的应用程序,其中有一个函数 calculateTotalPrice,它负责 阅读全文
posted @ 2024-12-16 16:22 卡米i 阅读(1011) 评论(0) 推荐(0)
摘要: 在选择用于 Mock 的工具时,考虑各个框架的 Mocking 能力、易用性、功能特性、以及对私有方法的支持情况。以下是对 Mockito 、JUnit 、TestNG 和 Spock 的详细分析: 维度MockitoJUnitTestNGSpock 主要功能 专注于 Mocking 和 Stubb 阅读全文
posted @ 2024-12-16 15:48 卡米i 阅读(137) 评论(0) 推荐(0)
  2024年12月11日
摘要: jdk 、 tomcat 版本的对应关系, jdk 版本特性: jdk版本LTS版本tomcat 版本jdk 版本特性描述 21 是 10.1.x 引入新 GC 特性,原生内存访问 API 改进,加强虚拟线程,通用整数压缩 20 10.0.x 包括多元化的 JEPs,持续改进的光纤线程和结构化并发, 阅读全文
posted @ 2024-12-11 10:58 卡米i 阅读(924) 评论(0) 推荐(0)
摘要: Spring Boot 、Spring 、JDK版本对应关系: Spring Boot 版本对应 Spring 版本JDK 版本Spring Boot 特性描述 3.2.x 6.1.x 17, 21 增强的云本地支持,新的架构优化,支持 Java 21 3.1.x 6.0.x 17, 20 加入新的 阅读全文
posted @ 2024-12-11 10:50 卡米i 阅读(7506) 评论(0) 推荐(2)
  2024年12月10日
摘要: 以下是 Spring Boot 1.4.3.RELEASE 版本中 spring-boot-starter-web 的依赖项及其功能描述: ArtifactIdPurpose spring-boot-starter 提供 Spring Boot 应用的核心依赖,包括自动配置支持和日志功能,以简化 S 阅读全文
posted @ 2024-12-10 22:01 卡米i 阅读(351) 评论(0) 推荐(0)
摘要: 以下是 Spring Boot 1.4.3.RELEASE 版本中 spring-boot-starter-tomcat 的依赖项及其功能描述: ArtifactIdPurpose tomcat-embed-core 提供嵌入式 Tomcat 的核心功能,使应用程序能够通过嵌入式 Tomcat 运行 阅读全文
posted @ 2024-12-10 21:59 卡米i 阅读(304) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2024-12-10 21:55 卡米i 阅读(33) 评论(0) 推荐(0)
摘要: 以下是 Spring Boot 1.4.3.RELEASE 版本中spring-boot-dependencies的依赖项及其功能描述,按 artifact 名称排序: Artifact NamePurpose activemq 开放源代码消息代理,实现 Java 消息服务(JMS)规范。 antl 阅读全文
posted @ 2024-12-10 21:51 卡米i 阅读(160) 评论(0) 推荐(0)
摘要: 以下是 Spring Boot 1.4.3.RELEASE 版本中spring-boot-starter的依赖项及其功能: artifactIdPurpose spring-boot 提供 Spring Boot 的核心功能,包括启动应用程序、加载外部配置、管理应用程序上下文。 spring-boo 阅读全文
posted @ 2024-12-10 21:30 卡米i 阅读(84) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页