test(cache): 修复CacheConfigTest边界值测试
- 修改 shouldVerifyCacheManager_withMaximumIntegerTtl 为 shouldVerifyCacheManager_withMaximumAllowedTtl - 使用正确的最大TTL值(10080分钟,7天)而不是 Integer.MAX_VALUE - 新增 shouldThrowException_whenTtlExceedsMaximum 测试验证边界检查 - 所有1266个测试用例通过 - 覆盖率: 指令81.89%, 行88.48%, 分支51.55% docs: 添加项目状态报告 - 生成 PROJECT_STATUS_REPORT.md 详细记录项目当前状态 - 包含质量指标、已完成功能、待办事项和技术债务
This commit is contained in:
4
.m2/org/hamcrest/hamcrest-core/2.2/_remote.repositories
Normal file
4
.m2/org/hamcrest/hamcrest-core/2.2/_remote.repositories
Normal file
@@ -0,0 +1,4 @@
|
||||
#NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice.
|
||||
#Sat Jan 31 09:39:05 CST 2026
|
||||
hamcrest-core-2.2.pom>aliyunmaven=
|
||||
hamcrest-core-2.2.jar>aliyunmaven=
|
||||
@@ -0,0 +1 @@
|
||||
3f2bd07716a31c395e2837254f37f21f0f0ab24b
|
||||
43
.m2/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom
Normal file
43
.m2/org/hamcrest/hamcrest-core/2.2/hamcrest-core-2.2.pom
Normal file
@@ -0,0 +1,43 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.hamcrest</groupId>
|
||||
<artifactId>hamcrest-core</artifactId>
|
||||
<version>2.2</version>
|
||||
<name>Hamcrest Core</name>
|
||||
<description>Core Hamcrest API - deprecated, please use "hamcrest" instead</description>
|
||||
<url>http://hamcrest.org/JavaHamcrest/</url>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>BSD License 3</name>
|
||||
<url>http://opensource.org/licenses/BSD-3-Clause</url>
|
||||
</license>
|
||||
</licenses>
|
||||
<developers>
|
||||
<developer>
|
||||
<id>joewalnes</id>
|
||||
<name>Joe Walnes</name>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>npryce</id>
|
||||
<name>Nat Pryce</name>
|
||||
</developer>
|
||||
<developer>
|
||||
<id>sf105</id>
|
||||
<name>Steve Freeman</name>
|
||||
</developer>
|
||||
</developers>
|
||||
<scm>
|
||||
<connection>git@github.com:hamcrest/JavaHamcrest.git</connection>
|
||||
<url>https://github.com/hamcrest/JavaHamcrest</url>
|
||||
</scm>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.hamcrest</groupId>
|
||||
<artifactId>hamcrest</artifactId>
|
||||
<version>2.2</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
@@ -0,0 +1 @@
|
||||
399ab31a6a84f36c84a9f50b9ba82fd890436391
|
||||
Reference in New Issue
Block a user