Testing

Fluo includes MiniFluo which makes it possible to write an integration test that runs against a real Fluo instance. Fluo Recipes provides the following utility code for writing an integration test.

  • FluoITHelper A class with utility methods for comparing expected data with whats in Fluo.
  • AccumuloExportITBase A base class for writing an integration test that exports data from Fluo to an external Accumulo table.