From e45d95fd334fa6508f604968b6ec3f0251ae396d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Sch=C3=A4fer?=
* Example:
* {@code
* table(2,
diff --git a/jgiven-core/src/main/java/com/tngtech/jgiven/annotation/Table.java b/jgiven-core/src/main/java/com/tngtech/jgiven/annotation/Table.java
index 5789fa10f6..68eb114aab 100644
--- a/jgiven-core/src/main/java/com/tngtech/jgiven/annotation/Table.java
+++ b/jgiven-core/src/main/java/com/tngtech/jgiven/annotation/Table.java
@@ -105,7 +105,6 @@
* | b1 | b2 | b3 |
* | c1 | c2 | c3 |
*
- *
{@code * | name | Espresso | Cappuccino | diff --git a/jgiven-core/src/main/java/com/tngtech/jgiven/base/StageBase.java b/jgiven-core/src/main/java/com/tngtech/jgiven/base/StageBase.java index ee4779d580..d644df76b1 100644 --- a/jgiven-core/src/main/java/com/tngtech/jgiven/base/StageBase.java +++ b/jgiven-core/src/main/java/com/tngtech/jgiven/base/StageBase.java @@ -27,12 +27,12 @@ public SELF self() { * A step method for creating ad-hoc steps using lambdas. * *Example Usage
- *+ ** * @param description the description of the step * @param function the implementation of the step in form of a function where the parameter is the stage the step is executed in diff --git a/jgiven-core/src/main/java/com/tngtech/jgiven/report/ReportModelHandler.java b/jgiven-core/src/main/java/com/tngtech/jgiven/report/ReportModelHandler.java index 345a9a1d7c..2717d7caff 100644 --- a/jgiven-core/src/main/java/com/tngtech/jgiven/report/ReportModelHandler.java +++ b/jgiven-core/src/main/java/com/tngtech/jgiven/report/ReportModelHandler.java @@ -29,7 +29,7 @@ public interface ReportModelHandler { /** * Is invoked when a scenario has multiple cases, but no data table. - * + *{@code * given().$( "Two negative arguments", stage -> { * stage.given().argument( -5 ) * .and().argument( -6 ); * }); - *+ * }* Plain Text Example: *
* Case 1: param1 = arg1, param2 = arg2