From b8432fe028654dbf538cd0cc79cebe5e6093acb6 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Wed, 27 Feb 2019 10:08:55 -0500 Subject: Add common coder classes Added coder classes as a common utility that can be used to encode and decode json data. Currently, it uses gson, but that can be changed. Separated the Coder interface from implementation. Used assertSame to compare references. Used numbers instead of strings so don't have to deal with escaping quotes in the test cases. Change-Id: Iea9001d2adc5a3150b3367619b5f43e96b5f8b41 Issue-ID: POLICY-1444 Signed-off-by: Jim Hahn --- utils/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'utils/pom.xml') diff --git a/utils/pom.xml b/utils/pom.xml index 3e64f186..3263b7b9 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -64,6 +64,11 @@ powermock-module-junit4 test + + org.assertj + assertj-core + test + com.openpojo openpojo -- cgit 1.2.3-korg