From 2bd5ac860ee4a0a72cf69b0de25974fbe8f5814f Mon Sep 17 00:00:00 2001 From: Sergii Date: Sun, 5 Aug 2018 13:22:48 -0700 Subject: [PATCH] #38 Testing Framework - ignorableFileAnalyser simple test. --- core/libs/image-importer/pom.xml | 5 +++++ .../backend/analyzer/IgnorableFileAnayser.java | 9 ++++++--- .../analyzer/IgnorableFileAnayserTest.java | 18 ++++++++++++++++++ 3 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 core/libs/image-importer/src/test/java/gallerymine/backend/analyzer/IgnorableFileAnayserTest.java diff --git a/core/libs/image-importer/pom.xml b/core/libs/image-importer/pom.xml index d392952..22db47e 100644 --- a/core/libs/image-importer/pom.xml +++ b/core/libs/image-importer/pom.xml @@ -44,6 +44,11 @@ org.slf4j slf4j-api + + + junit + junit + test