diff options
author | waynedunican <wayne.dunican@est.tech> | 2020-07-06 09:31:10 +0100 |
---|---|---|
committer | waynedunican <wayne.dunican@est.tech> | 2020-07-06 15:15:55 +0100 |
commit | 6ae054c03543bc4d323ff0ae710c0b57e4f4e610 (patch) | |
tree | 27df3dc522dae259b7b8bd1c2e6a1b4e8ed5c3cd /pom.xml | |
parent | 9519d1257b4fe4fbb68d3e9ab155de8ff0f13052 (diff) |
Replace try/catch blocks with assertj - apex-pdp
Replaced try/catch blocks in apex-pdp with assertj assertions
Issue-ID: POLICY-2451
Change-Id: I83375b9e0f38d399b84bb68ce5d441e1cec73ef5
Signed-off-by: waynedunican <wayne.dunican@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -66,6 +66,11 @@ <scope>test</scope> </dependency> <dependency> + <groupId>org.assertj</groupId> + <artifactId>assertj-core</artifactId> + <scope>test</scope> + </dependency> + <dependency> <groupId>org.awaitility</groupId> <artifactId>awaitility</artifactId> <scope>test</scope> |