public class NoFaultInjector extends java.lang.Object implements FaultInjector
| Constructor and Description |
|---|
NoFaultInjector(javax.servlet.http.HttpServletResponse httpServletResponse) |
| Modifier and Type | Method and Description |
|---|---|
void |
emptyResponseAndCloseConnection() |
void |
malformedResponseChunk() |
void |
randomDataAndCloseConnection() |
public NoFaultInjector(javax.servlet.http.HttpServletResponse httpServletResponse)
public void emptyResponseAndCloseConnection()
emptyResponseAndCloseConnection in interface FaultInjectorpublic void malformedResponseChunk()
malformedResponseChunk in interface FaultInjectorpublic void randomDataAndCloseConnection()
randomDataAndCloseConnection in interface FaultInjector