Searched defs:notExpectedLastCookie (Results 1 - 1 of 1) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/backends/
H A DChangelogBackendTestCase.java929 private String assertLastCookieDifferentThanLastValue(final String notExpectedLastCookie) throws Exception argument
942 .as("Expected last cookie to be updated, but it always stayed at value '" + notExpectedLastCookie + "'")
943 .isNotEqualTo(notExpectedLastCookie);

Completed in 35 milliseconds