Hello Guys,
I am just using hippo unit tester in order to mock repository.
so I encouter an error which is reported that a class which is called DecoratorFactoryImpl,
does not exist in package: org.hippoecm.repository.impl.
Plus, I am using BloomReach 13.3.0.
the question is:
Cann’t I use hippo unit tester anymore?
If i can use it, how will I use it?
Error description:
java.lang.NoClassDefFoundError: org/hippoecm/repository/impl/DecoratorFactoryImpl
at nl.openweb.jcr.InMemoryJcrRepository.(InMemoryJcrRepository.java:46)
at nl.openweb.hippo.BaseHippoTest.getImporter(BaseHippoTest.java:54)
hippo unit tester link: