Example usage for org.apache.wicket.protocol.http.mock MockHttpServletRequest subclass-usage

List of usage examples for org.apache.wicket.protocol.http.mock MockHttpServletRequest subclass-usage

Introduction

In this page you can find the example usage for org.apache.wicket.protocol.http.mock MockHttpServletRequest subclass-usage.

Usage

From source file org.wicketstuff.rest.utils.test.BufferedMockRequest.java

/**
 * Mock request that allows to use a custom BufferedReader as request body.
 * 
 * @author andrea del bene
 * 
 */