Uses of Class
org.mockserver.mock.SortableExpectationId
Packages that use SortableExpectationId
-
Uses of SortableExpectationId in org.mockserver.mock
Fields in org.mockserver.mock declared as SortableExpectationIdFields in org.mockserver.mock with type parameters of type SortableExpectationIdModifier and TypeFieldDescriptionstatic final Comparator<SortableExpectationId>SortableExpectationId.EXPECTATION_SORTABLE_PRIORITY_COMPARATORMethods in org.mockserver.mock that return SortableExpectationId -
Uses of SortableExpectationId in org.mockserver.state
Methods in org.mockserver.state that return types with arguments of type SortableExpectationIdModifier and TypeMethodDescriptionInMemoryExpectationKeyValueStore.getQueue()Exposes the underlying queue so thatRequestMatcherscan use its iteration/sorting without re-implementing it.