Search in sources :

Example 1 with CommunicationChannelRepository

use of org.incode.module.communications.dom.impl.commchannel.CommunicationChannelRepository in project estatio by estatio.

the class CommunicationChannelRepository_Test method setup.

@Before
public void setup() {
    type = CommunicationChannelType.EMAIL_ADDRESS;
    communicationChannelRepository = new CommunicationChannelRepository();
}
Also used : CommunicationChannelRepository(org.incode.module.communications.dom.impl.commchannel.CommunicationChannelRepository) Before(org.junit.Before)

Aggregations

CommunicationChannelRepository (org.incode.module.communications.dom.impl.commchannel.CommunicationChannelRepository)1 Before (org.junit.Before)1