Generated by
JDiff

Class org.springframework.mock.web.MockHttpServletRequest

Added Methods
void addPart(Part)  
AsyncContext getAsyncContext()  
DispatcherType getDispatcherType()  
Part getPart(String)  
Collection<Part> getParts()  
boolean isAsyncStarted()  
boolean isAsyncSupported()  
void setAsyncContext(MockAsyncContext)  
void setAsyncStarted(boolean)  
void setAsyncSupported(boolean)  
void setDispatcherType(DispatcherType)  
AsyncContext startAsync()  
AsyncContext startAsync(ServletRequest, ServletResponse)