plunger
plunger copied to clipboard
A unit testing framework for the Cascading data processing platform.
Results
2
plunger issues
Sort by
recently updated
recently updated
newest added
We use the `DataBuilder` to add `Tuples` to a new `Data` instance. In some cases it would be convenient to add multiple values in one call. I suggest that we...
Plunger has the `FunctionCallStub`, `BufferCallStub`, and `AggregatorCallStub` classes that can be used to concisely exercise `Function`, `Buffer`, and `Aggregator` operations with test data. These stubs handle the basic life cycle...