diff options
author | tgolabek <tomasz.golabek@nokia.com> | 2018-05-21 12:13:08 +0200 |
---|---|---|
committer | tgolabek <tomasz.golabek@nokia.com> | 2018-06-11 10:50:43 +0200 |
commit | 5f147731796cdc11dffde548c3307ea9042640e3 (patch) | |
tree | cee2a7d10c8645e53bd019892d876ac332850948 /vid-app-common/pom.xml | |
parent | 89b3a253bcf6244b4152a42c08ad15922f8bc16f (diff) |
Getter/setter tests inside the aai model
Refactor of a tests of aai model for getters/setters using google matchers
Issue-ID: VID-228
Change-Id: I5e7912bbcc4bd605002278b50b63d976a2dc55cc
Signed-off-by: tgolabek <tomasz.golabek@nokia.com>
Diffstat (limited to 'vid-app-common/pom.xml')
-rwxr-xr-x | vid-app-common/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml index 7a4852280..a42a2b33b 100755 --- a/vid-app-common/pom.xml +++ b/vid-app-common/pom.xml @@ -347,6 +347,12 @@ <version>4.12</version>
</dependency>
<dependency>
+ <groupId>com.google.code.bean-matchers</groupId>
+ <artifactId>bean-matchers</artifactId>
+ <version>0.11</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20160212</version>
|