use of com.jeanchampemont.wtfdyum.service.feature.impl.NotifyUnfollowFeatureStrategy in project WTFDYUM by jchampemont.
the class NotifyUnfollowFeatureStrategyTest method _init.
@Override
@Before
public void _init() {
super._init();
sut = new NotifyUnfollowFeatureStrategy(principalService, followersService, twitterService, DM_TEXT);
ReflectionTestUtils.setField(sut, "featureRedisTemplate", featureRedisTemplate);
}
Aggregations