Refactor Widget creation methods
[aai/babel.git] / src / test / java / org / onap / aai / babel / xml / generator / TestAaiArtifactGenerator.java
index d95291b..2668e1e 100644 (file)
@@ -78,8 +78,11 @@ public class TestAaiArtifactGenerator {
      * in the WidgetType dynamic enumeration.
      *
      * @throws SdcToscaParserException
+     *             if the test CSAR file is invalid
      * @throws IOException
+     *             if the widget mappings config cannot be loaded
      * @throws XmlArtifactGenerationException
+     *             if the configured widget mappings do not support processed widget type(s)
      */
     @Test(expected = IllegalArgumentException.class)
     public void testParserWithIncompleteMappings()