public class TestComponent extends Object implements ITestComponent
Modifier and Type | Field and Description |
---|---|
protected AtomicInteger |
count |
static String |
EXCEPTION_MESSAGE |
protected static Log |
logger |
Constructor and Description |
---|
TestComponent() |
Modifier and Type | Method and Description |
---|---|
protected int |
inc() |
String |
receive(String message) |
String |
receiveBytes(byte[] message) |
String |
throwsException(String message) |
public static final String EXCEPTION_MESSAGE
protected static final Log logger
protected AtomicInteger count
public String receive(String message) throws Exception
receive
in interface ITestComponent
Exception
public String throwsException(String message) throws Exception
throwsException
in interface ITestComponent
Exception
protected int inc()
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.