lantunes / fixd

An HTTP Server Fixture for Testing HTTP Clients and mocking web services, and a Java Micro Web Framework
http://bigtesting.org/fixd
Apache License 2.0
41 stars 6 forks source link

Write test for marshaller with upon handler, with no request handler #19

Closed lantunes closed 10 years ago

lantunes commented 10 years ago

Write a test that uses a marshaller, but no request handler, and an upon handler. Right now, a test exists for a marshaller with an upon handler, but it uses a request handler.