Search in sources :

Example 1 with NotifyUnfollowFeatureStrategy

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);
}
Also used : NotifyUnfollowFeatureStrategy(com.jeanchampemont.wtfdyum.service.feature.impl.NotifyUnfollowFeatureStrategy) Before(org.junit.Before)

Aggregations

NotifyUnfollowFeatureStrategy (com.jeanchampemont.wtfdyum.service.feature.impl.NotifyUnfollowFeatureStrategy)1 Before (org.junit.Before)1