MCPcopy Create free account
hub / github.com/apache/storm / testTuple

Method testTuple

storm-server/src/main/java/org/apache/storm/Testing.java:642–644  ·  view source on GitHub ↗

Create a org.apache.storm.tuple.Tuple for use with testing. @param values the values to appear in the tuple

(List<Object> values)

Source from the content-addressed store, hash-verified

640 * @param values the values to appear in the tuple
641 */
642 public static Tuple testTuple(List<Object> values) {
643 return testTuple(values, new MkTupleParam());
644 }
645
646 /**
647 * Create a {@link org.apache.storm.tuple.Tuple} for use with testing.

Callers 4

createTestTupleMethod · 0.95
testTestTupleMethod · 0.95
testRootMethod · 0.95

Calls 7

readStormConfigMethod · 0.95
getStreamMethod · 0.65
getComponentMethod · 0.65
getFieldsMethod · 0.65
sizeMethod · 0.65
addMethod · 0.65
putMethod · 0.65

Tested by

no test coverage detected