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();
}
Aggregations