Skip to content

Instantly share code, notes, and snippets.

View amalio's full-sized avatar

Amalio del Barrio amalio

  • Prodigy Solutions
  • Madrid
View GitHub Profile
@rctay
rctay / gist:819924
Created February 10, 2011 04:04
[Java][GAE][Mockito] testing servlet requests/responses
import static org.junit.Assert.*;
import static org.junit.matchers.JUnitMatchers.*; // for non-hamcrest core matchers
import static org.mockito.Mockito.*;
import java.io.IOException;
import java.io.PrintWriter;
import java.io.StringWriter;
import java.util.HashMap;
import java.util.Map;