| Package | Description |
|---|---|
| eu.stratosphere.core.testing |
| Modifier and Type | Method and Description |
|---|---|
TestRecords |
TestRecords.add(GenericTestRecords<eu.stratosphere.types.Record> records) |
TestRecords |
TestRecords.add(Iterable<? extends eu.stratosphere.types.Record> records) |
TestRecords |
TestRecords.add(eu.stratosphere.types.Record... records) |
TestRecords |
TestRecords.add(eu.stratosphere.types.Value... values)
Adds input or expected values to this
TestRecords. |
protected TestRecords |
TestPlan.createTestRecords(TypeConfig<eu.stratosphere.types.Record> typeConfig) |
TestRecords |
TestPlan.getActualOutput(Class<? extends eu.stratosphere.types.Value>[] schema)
Returns the first actual output
TestRecords with the given schema of the TestPlan. |
TestRecords |
TestPlan.getExpectedOutput(Class<? extends eu.stratosphere.types.Value> values,
Class<?>... additionalFields)
Returns the expected output
TestRecords with the given schema of the TestPlan
associated with the given sink. |
TestRecords |
TestPlan.getExpectedOutput(eu.stratosphere.api.common.operators.GenericDataSink sink,
Class<? extends eu.stratosphere.types.Value>[] schema)
Returns the expected output
TestRecords with the given schema of the TestPlan
associated with the given sink. |
TestRecords |
TestPlan.getExpectedOutput(int sink,
Class<? extends eu.stratosphere.types.Value>[] schema)
Returns the expected output
TestRecords with the given schema of the TestPlan
associated with the given sink. |
TestRecords |
TestRecords.withAllowedDoubleDelta(double delta)
Sets the double delta that is allowed so that
DoubleValues are treated as equal. |
Copyright © 2014. All rights reserved.