Overview of Spark and HTTP Testing With JUnit

ICYMI: TLDR: Spark is static so having it run in an @BeforeClass allows HTTP request testing to begin.

I use Spark as the embedded web server in my applications. I also run simple HTTP tests against this as part of my local Maven build. And I start Spark within the JUnit tests themselves. In this post, I’ll show how. https://goo.gl/53qmXM #DataIntegration #ML