Add support for workflow validation
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)
commit47a0cd9376cec2b676c844eb7e491eb4b022b3d6
tree7eefe205f08108ffa1d14b730b88b404b57152a8
parentcb46b4b6df0431ad32e80ec501feecb7037cd6f5
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