We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72e305b commit 2555cd0Copy full SHA for 2555cd0
documentation/src/docs/asciidoc/user-guide/testkit.adoc
@@ -78,6 +78,12 @@ For details on what _conditions_ are available for use with AssertJ assertions a
78
events, consult the Javadoc for `{EventConditions}`.
79
====
80
81
+[WARNING]
82
+====
83
+Version {platform-version} of `junit-platform-testkit` is incompatible with version 3.19.0
84
+of the {AssertJ} assertion library.
85
86
+
87
[source,java,indent=0]
88
----
89
include::{testDir}/example/testkit/EngineTestKitSkippedMethodDemo.java[tags=user_guide]
0 commit comments