Skip to content

Commit

Permalink
Fix mistakes in @CartesianTest docs
Browse files Browse the repository at this point in the history
* unlist old documentation from /docs
* fix cross-links
* mention the correct version (1.6.0)
* guess later 2.0 release date (2022)

Related to: #415
  • Loading branch information
Nicolai Parlog committed Feb 19, 2022
1 parent 63d458d commit f824756
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions docs/cartesian-product-v1.adoc
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
:page-title: Cartesian product of all test parameters (deprecated in 1.5.0)
:page-title: Old Cartesian product of all test parameters (deprecated in 1.6.0)
:page-description: Extends JUnit Jupiter with `@CartesianProductTest`, a variant of parameterized tests that tests all combinations of its input
:page-unlist: true

NOTE: The CartesianTest extension has undergone significant changes in 1.5.0.
NOTE: The CartesianTest extension has undergone significant changes in 1.6.0.
This included moving it into a new package.
This here is the old variant, which is deprecated and will be removed in the 2.0 release (tentatively scheduled for December 2021).
link:docs/cartesian-product[For the new version, see here.]
This here is the old variant, which is deprecated and will be removed in the 2.0 release (tentatively scheduled for 2022).
link:/docs/cartesian-product[For the new version, see here.]

From Wikipedia:

Expand Down
4 changes: 2 additions & 2 deletions docs/cartesian-product.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Normally, this results in a lot of written test data parameters.
For a more comfortable way you may use the `@CartesianTest` extension.
The extension takes the test data parameter values and runs the test for every possible combination of them.

NOTE: The CartesianTest extension has undergone significant changes in 1.5.0.
NOTE: The CartesianTest extension has undergone significant changes in 1.6.0.
This included moving it into a new package.
link:docs/cartesian-product-v1[The old variant] is deprecated and will be removed in the 2.0 release (tentatively scheduled for 2022).
link:/docs/cartesian-product-v1[The old variant] is deprecated and will be removed in the 2.0 release (tentatively scheduled for 2022).

== Basic Use

Expand Down

0 comments on commit f824756

Please sign in to comment.