use of org.talend.esb.policy.compression.impl.CompressionOutInterceptor in project tesb-rt-se by Talend.
the class CompressionOutInterceptorTest method handleNullMessage.
@Test
public void handleNullMessage() {
CompressionOutInterceptor c = new CompressionOutInterceptor();
c.handleMessage(CompressionCommonTest.getMessageStub(null, null));
}
Aggregations