- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for TestBean (0.03 seconds)
-
impl/maven-core/src/test/java/org/apache/maven/configuration/internal/EnhancedCompositeBeanHelperTest.java
assertEquals("item1", bean.getItems().get(0)); } @Test void testPerformanceWithRepeatedCalls() throws Exception { TestBean bean1 = new TestBean(); TestBean bean2 = new TestBean(); PlexusConfiguration config = new XmlPlexusConfiguration("test"); config.setValue("testValue"); when(evaluator.evaluate("testValue")).thenReturn("testValue");
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Nov 12 14:59:46 GMT 2025 - 8.7K bytes - Click Count (0) -
guava-tests/test/com/google/common/math/StatsAccumulatorTest.java
} // Should overflow without throwing. accumulator.addAll(accumulator.snapshot()); assertThat(accumulator.count()).isLessThan(0L); } public void testMean() { assertThrows(IllegalStateException.class, () -> emptyAccumulator.mean()); assertThrows(IllegalStateException.class, () -> emptyAccumulatorByAddAllEmptyIterable.mean());Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Dec 11 20:45:32 GMT 2025 - 36.9K bytes - Click Count (0)