

Testing HTTP Clients Using Spark, Revisited
In a previous post I described the very small sparkjava-testing library I created to make it really simple to test HTTP client code...
Scott Leberknight
Mar 14, 20172 min read


Testing HTTP Clients Using the Spark Micro Framework
Testing HTTP client code can be a hassle. Your tests either need to run against a live HTTP server, or you somehow need to figure out how...
Scott Leberknight
Oct 5, 20164 min read