We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0a18bc commit 39e9520Copy full SHA for 39e9520
src/test/java/org/codehaus/plexus/interpolation/StringSearchInterpolatorTest.java
@@ -406,6 +406,7 @@ public void clearFeedback() {}
406
"should not believe there is a cycle here");
407
}
408
409
+ @Test
410
public void testCacheAnswersTrue() throws InterpolationException {
411
Properties p = new Properties();
412
p.setProperty("key", "value");
@@ -444,6 +445,7 @@ public int getExistingCallCount() {
444
445
assertEquals(3 + 4, interpolator.getExistingCallCount());
446
447
448
449
public void testCacheAnswersFalse() throws InterpolationException {
450
451
0 commit comments