This is a general question regarding Unit Testing Bolts and Spouts in a Storm Topology written in Java.
What is the recommended practice and guideline for un
Since version 0.8.1 Storm's unit testing facilities have been exposed via Java:
For an example how to use this API have a look here: