Class MockAsyncContext

java.lang.Object
org.springframework.mock.web.MockAsyncContext
All Implemented Interfaces:
AsyncContext

public class MockAsyncContext extends Object implements AsyncContext
Mock implementation of the AsyncContext interface.
Since:
3.2
Author:
Rossen Stoyanchev