Package org.gwizard.test
Class Requestor
java.lang.Object
org.gwizard.test.Requestor
In tests we often need to model the idea of a "request". Webapps have requests, rpc servers have requests, queue workers have requests, etc. This class manages that behavior for you. In particular, it allows us to register a stack of "filters" which execute around requests. The obvious application here is adding servlet Filters to simulated webapp requests.
Works in concert with the GuiceExtension.
-
Constructor Summary
Constructors -
Method Summary