[asciidoctor] add missing tag for declared exception (#4630)

Fix Javadoc warning
This commit is contained in:
Jérémie Bresson
2019-11-28 09:16:37 +01:00
committed by William Cheng
parent e3dbd82e79
commit 3626aaf8fa

View File

@@ -64,6 +64,7 @@ public class AsciidocSampleGeneratorTest {
/**
* ensure api-docs.json includes sample and spec files directory as attributes.
* @throws Exception exception
*/
@Test
public void testSampleAsciidocMarkupGenerationFromJsonWithAttributes() throws Exception {
@@ -75,6 +76,7 @@ public class AsciidocSampleGeneratorTest {
/**
* ensure api-docs.json includes sample and spec files into markup.
* @throws Exception exception
*/
@Test
public void testSampleAsciidocMarkupGenerationFromJsonWithIncludes() throws Exception {
@@ -98,6 +100,7 @@ public class AsciidocSampleGeneratorTest {
/**
* markup doc header content.
* @throws Exception exception
*/
@Test
public void testSampleAsciidocMarkupGenerationFromJsonWithContent() throws Exception {
@@ -108,6 +111,7 @@ public class AsciidocSampleGeneratorTest {
/**
* fix: parameter name unchanged.
* @throws Exception exception
*/
@Test
public void testSampleAsciidocMarkupGenerationParameterNameUnchanged() throws Exception {
@@ -117,6 +121,7 @@ public class AsciidocSampleGeneratorTest {
/**
* added apikey info in access section.
* @throws Exception exception
*/
@Test
public void testSampleAsciidocMarkupGenerationAccessApiKey() throws Exception {
@@ -130,6 +135,7 @@ public class AsciidocSampleGeneratorTest {
/**
* no form params in this sample spec.
* @throws Exception exception
*/
@Test
public void testSampleAsciidocMarkupGenerationWithoutFormParameter() throws Exception {