private ICreateEdiDocumentFrom <testMessage> CreateSUT() { _message = new testMessage(); _configuration = new Mock <IAFPSTConfiguration>(); return(new CreateEdiDocumentFrom <testMessage>(_configuration.Object)); }
private ICreateEdiDocumentFrom<testMessage> CreateSUT() { _message = new testMessage(); _configuration = new Mock<IAFPSTConfiguration>(); return new CreateEdiDocumentFrom<testMessage>(_configuration.Object); }