Add support for workflow validation 91/75591/9
authorAlexis de Talhouët <adetalhouet89@gmail.com>
Wed, 9 Jan 2019 21:57:48 +0000 (16:57 -0500)
committerAlexis de Talhouët <alexis.de_talhouet@bell.ca>
Fri, 11 Jan 2019 14:17:31 +0000 (14:17 +0000)
commit423afe7b0c6282e3f22a912066185aa6f83e029c
tree9130691628ca32ac8b788f3c78027eede90f60b2
parent158912e6bbaaeda6e1f764b83da0ee253e9011a1
Add support for workflow validation

Also, add support for mock in Kotlin using
https://mockk.io/

Change-Id: Ia85e1180e09e9d08a02de515b1cc4158c3bccd5c
Issue-ID: CCSDK-717
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
components/core/pom.xml
components/core/src/main/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/data/BluePrintModel.kt
components/core/src/main/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/service/BluePrintContext.kt
components/core/src/main/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/validation/BluePrintWorkflowValidatorImpl.kt
components/core/src/test/kotlin/org/onap/ccsdk/apps/controllerblueprints/core/validation/BluePrintValidatorServiceImplTest.kt
components/parent/pom.xml