diff options
author | biniek <lukasz.biniek@nokia.com> | 2018-02-15 11:44:11 +0100 |
---|---|---|
committer | biniek <lukasz.biniek@nokia.com> | 2018-02-15 12:14:19 +0100 |
commit | affcd9b499999f6456d27c4afae0b5fb02223c06 (patch) | |
tree | cb52b8c5078dfd3b5e2a5670bf4bbbe3ae023615 /bpmn/MSOCommonBPMN/pom.xml | |
parent | 16c4941d63b517e26067492aae621b2e03321ec4 (diff) |
Added unittests
Added unittests for ResponseExecptionMapperImpl and refactored one test for CompleteMsoProcessTest
Issue-ID: SO-374
Signed-off-by: biniek <lukasz.biniek@nokia.com>
Change-Id: I359daf14d2a913829721fff3f2d340c6e893aa13
Signed-off-by: biniek <lukasz.biniek@nokia.com>
Diffstat (limited to 'bpmn/MSOCommonBPMN/pom.xml')
-rw-r--r-- | bpmn/MSOCommonBPMN/pom.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bpmn/MSOCommonBPMN/pom.xml b/bpmn/MSOCommonBPMN/pom.xml index 4a7cb5900a..523ee403d0 100644 --- a/bpmn/MSOCommonBPMN/pom.xml +++ b/bpmn/MSOCommonBPMN/pom.xml @@ -501,5 +501,16 @@ <artifactId>guava</artifactId> <version>22.0</version> </dependency> + <dependency> + <groupId>org.assertj</groupId> + <artifactId>assertj-core</artifactId> + <version>3.9.0</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>pl.pragmatists</groupId> + <artifactId>JUnitParams</artifactId> + <version>1.1.1</version> + </dependency> </dependencies> </project> |