File tree Expand file tree Collapse file tree
src/test/java/com/trivago/fastutilconcurrentwrapper/longshort Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 * <li>{@link FloorableLongShortAVLTreeMap} — headMap()-based</li>
1717 * </ul>
1818 *
19- * <p>Uses a given-when-then structure. Both implementations are tested with
20- * identical inputs via {@link FloorEntryContract} to ensure behavioural equivalence .
19+ * <p>Uses a given-when-then structure and exercises the implementation via
20+ * {@link FloorEntryContract}.
2121 */
2222class FloorEntryCorrectnessTest {
2323
2424 /**
25- * Shared contract tests that both implementations must satisfy.
26- * Each nested class instantiates its own map type and delegates here .
25+ * Shared contract tests for the {@code floorEntry()} behaviour exercised by
26+ * the nested test class .
2727 */
2828 interface FloorEntryContract {
2929
You can’t perform that action at this time.
0 commit comments