Commit 1881107
committed
Fix EvaluatorTest by using real CombiningMatcher instead of mock
PowerMock 1.7.4 cannot mock final classes on Java 8+. Instead of using
PowerMock, create a real CombiningMatcher instance with AllKeysMatcher,
which is a simple value object suitable for testing.
Removes PowerMock incompatibility without requiring API migration.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
AI-Session-Id: c83b3557-2c02-4d13-aaa4-273b7340163d
AI-Tool: claude-code
AI-Model: unknown1 parent 3c9b6f4 commit 1881107
1 file changed
Lines changed: 2 additions & 1 deletion
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
53 | | - | |
| 54 | + | |
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
| |||
0 commit comments