google / google/truth

Decide and document how inOrder() works with Multimap

Open
#211 7 comments 0 reactions 0 assignees View on GitHub
P3 type=api-docs
Dominant language
Java
Stars
2.8k
Forks
275
Avg merge
7m
Merged PRs (30d)
4

Description

Currently, it checks that the `keySet` is in the expected order and that the values for each key are in the expected order.

This is different than checking whether all entries are in the expected order, at least in the strange case of `LinkedListMultimap` (often used for URL query parameters).

This distinction is probably not important to most users. Still, we should decide which way we want to do it, and we should document accordingly.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.