From 9bbb60ac2a49931edacc51a5f95be44c662795df Mon Sep 17 00:00:00 2001 From: stonio Date: Fri, 16 Dec 2016 14:58:06 +0100 Subject: [PATCH] Clarify that parameterized output directory uses the simple class name Closes gh-334 --- docs/src/docs/asciidoc/documenting-your-api.adoc | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/src/docs/asciidoc/documenting-your-api.adoc b/docs/src/docs/asciidoc/documenting-your-api.adoc index d1a27442..016aab3f 100644 --- a/docs/src/docs/asciidoc/documenting-your-api.adoc +++ b/docs/src/docs/asciidoc/documenting-your-api.adoc @@ -805,13 +805,13 @@ are supported: | The name of the test method, formatted using snake_case | {ClassName} -| The unmodified name of the test class +| The unmodified simple name of the test class | {class-name} -| The name of the test class, formatted using kebab-case +| The simple name of the test class, formatted using kebab-case | {class_name} -| The nome of the test class, formatted using snake_case +| The simple name of the test class, formatted using snake_case | {step} | The count of calls made to the service in the current test @@ -924,6 +924,4 @@ and adds a title: ---- <1> Add a title to the table <2> Add a new column named "Constraints" -<3> Include the descriptors' `constraints` attribute in each row of the table - - +<3> Include the descriptors' `constraints` attribute in each row of the table \ No newline at end of file