package com.sothr.imagetools.hash import com.sothr.imagetools.hash.util.TimingUtil import grizzled.slf4j.Logging import org.scalatest.{BeforeAndAfter, FunSuite, Inside, Inspectors, Matchers, OptionValues} abstract class BaseTest extends FunSuite with Matchers with OptionValues with Inside with Inspectors with BeforeAndAfter with Logging with TimingUtil { }