From cba3b4f6a26aee3009a56b899a1cb9f093aba805 Mon Sep 17 00:00:00 2001 From: Serban Jora Date: Mon, 2 Oct 2017 13:20:50 -0400 Subject: Add unit testing JUnit based testing added to the checker lib and service, work in progress. Includes grammar correction. Change-Id: I8fa950f89faba24e7b45ef41cbc0402362b3f394 Issue-Id: MODELING-26 Signed-off-by: Serban Jora --- .../service/src/test/resources/test_template.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 javatoscachecker/service/src/test/resources/test_template.yaml (limited to 'javatoscachecker/service/src/test/resources/test_template.yaml') diff --git a/javatoscachecker/service/src/test/resources/test_template.yaml b/javatoscachecker/service/src/test/resources/test_template.yaml new file mode 100644 index 0000000..478aec0 --- /dev/null +++ b/javatoscachecker/service/src/test/resources/test_template.yaml @@ -0,0 +1,11 @@ +tosca_definitions_version: tosca_simple_yaml_1_0 + +imports: + - schema: schema.yaml + +topology_template: + node_templates: + my_house: + type: org.onap.tosca.checker.service.Residence + properties: + owner: {firstName: "Serban", lastName: "Jora"} -- cgit 1.2.3-korg