File tree Expand file tree Collapse file tree
src/docs/asciidoc/user-guide Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,6 +37,12 @@ This section describes the assertions provided by AssertJ Guava.
3737|{assertj-guava-javadoc-root}org/assertj/guava/api/MultimapAssert.html#containsValues(V...)[`containsValues`]
3838|Verifies that the actual `Multimap` contains the given values for any key.
3939
40+ |{assertj-guava-javadoc-root}org/assertj/guava/api/MultimapAssert.html#doesNotContainKey(K)[`doesNotContainKey`]
41+ |Verifies that the actual `Multimap` does not contain the given key.
42+
43+ |{assertj-guava-javadoc-root}org/assertj/guava/api/MultimapAssert.html#doesNotContainKeys(K...)[`doesNotContainKeys`]
44+ |Verifies that the actual `Multimap` does not contain the given keys.
45+
4046|{assertj-guava-javadoc-root}org/assertj/guava/api/MultimapAssert.html#hasSameEntriesAs(com.google.common.collect.Multimap)[`hasSameEntriesAs`]
4147|Verifies that the actual `Multimap` has the same entries as the given one.
4248
@@ -269,6 +275,9 @@ In addition to `Iterable` {assertj-core-javadoc-root}org/assertj/core/api/Abstra
269275
270276|{assertj-guava-javadoc-root}org/assertj/guava/api/TableAssert.html#isEmpty()[`isEmpty`]
271277|Verifies that the actual `Table` is empty.
278+
279+ |{assertj-guava-javadoc-root}org/assertj/guava/api/TableAssert.html#isNotEmpty()[`isNotEmpty`]
280+ |Verifies that the actual `Table` is not empty.
272281|===
273282
274283[[assertj-guava-javadoc]]
You can’t perform that action at this time.
0 commit comments