summaryrefslogtreecommitdiffstats
path: root/aai-annotations
diff options
context:
space:
mode:
authorThreefoot, Jane (jt6620) <jt6620@att.com>2017-09-08 09:34:19 -0400
committerThreefoot, Jane (jt6620) <jt6620@att.com>2017-09-08 15:43:41 -0400
commitf94c995d4d2b5ffd7f7fa7cf6ec10cdcbf4932a7 (patch)
treeb55fd1ba04576abec768823c4dad9f4a800909e2 /aai-annotations
parent6042ff29f5f1f00b537f4b92e7aeeded13810545 (diff)
EdgeRules throws descriptive error on invalid rule
Also added test coverage, including refactoring of test resources to simplify test suites. Issue-ID: AAI-277 Change-Id: Ibfdc81342a139d121740f10bccc66a7420b61945 Signed-off-by: Threefoot, Jane (jt6620) <jt6620@att.com>
Diffstat (limited to 'aai-annotations')
-rw-r--r--aai-annotations/.gitignore1
-rw-r--r--aai-annotations/src/test/java/org/openecomp/aai/annotations/AnnotationsTest.java1
2 files changed, 2 insertions, 0 deletions
diff --git a/aai-annotations/.gitignore b/aai-annotations/.gitignore
index ae3c1726..2f30844c 100644
--- a/aai-annotations/.gitignore
+++ b/aai-annotations/.gitignore
@@ -1 +1,2 @@
/bin/
+/.checkstyle
diff --git a/aai-annotations/src/test/java/org/openecomp/aai/annotations/AnnotationsTest.java b/aai-annotations/src/test/java/org/openecomp/aai/annotations/AnnotationsTest.java
index 848d8b08..e97cdef8 100644
--- a/aai-annotations/src/test/java/org/openecomp/aai/annotations/AnnotationsTest.java
+++ b/aai-annotations/src/test/java/org/openecomp/aai/annotations/AnnotationsTest.java
@@ -17,6 +17,7 @@
* limitations under the License.
* ============LICENSE_END=========================================================
*/
+
package org.openecomp.aai.annotations;
import org.openecomp.aai.annotations.Metadata;