Skip to content

Commit 2daa537

Browse files
committed
Add missing Guava assertions
1 parent b1d80bf commit 2daa537

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/docs/asciidoc/user-guide/assertj-guava-assertions-guide.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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]]

0 commit comments

Comments
 (0)