You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/docs/asciidoc/user-guide/assertj-db-concepts.adoc
+17-5Lines changed: 17 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -753,11 +753,15 @@ There are examples of the navigation in {assertj-examples-github}/blob/main/asse
753
753
[[assertj-db-concepts-tableorrequestasroot]]
754
754
===== With a Table or a Request as root
755
755
756
-
The `assertThat(...)` static method of `org.assertj.db.api.Assertions` allows to create a root assertion on a https://www.javadoc.io/doc/org.assertj/assertj-db/latest/org/assertj/db/type/Table.html[Table].
756
+
The `assertThat(...)` static method of `Assertions` allows to create a root assertion on a https://www.javadoc.io/doc/org.assertj/assertj-db/latest/org/assertj/db/type/Table.html[Table].
- https://github.com/assertj/assertj-db/issues/329[issue #329:] Makes Core and DB assertions coexist with only one import by https://github.com/jmaniquet[Jonathan Maniquet]
33
+
34
+
[[assertj-db-3.0.2-fixed]]
35
+
[.release-note-category]#icon:wrench[] Fixed#
36
+
37
+
- https://github.com/assertj/assertj-db/issues/328[issue #328:] Use Values#areEqual when looking for modified columns by https://github.com/fl0rian-p[@fl0rian-p]
38
+
39
+
[[assertj-db-3.0.2-chore]]
40
+
[.release-note-category]#icon:cog[] Chore#
41
+
42
+
- https://github.com/assertj/assertj-db/issues/332[issue #332:] Replace Junit4 assertions by AssertJ ones by https://github.com/jmaniquet[Jonathan Maniquet]
0 commit comments