twitter / tormenta

Scala extensions for Storm
Apache License 2.0
132 stars 41 forks source link

Add Scala-friendly testing library to Tormenta #2

Open sritchie opened 12 years ago

sritchie commented 12 years ago

It should be easy to test bolts and topologies from Scala.

sritchie commented 11 years ago

The biggest thing we need here is a way to instantiate a bolt with a tormenta.test.FakeOutputCollector, run a bunch of tuples through it and check that the results make sense.