| Package | Description |
|---|---|
| eu.stratosphere.core.testing |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericTestPlan<T,Records extends GenericTestRecords<T>>
Base class for type-specific test plans.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TestRecords
Represents the input or output values of a
TestPlan. |
| Modifier and Type | Method and Description |
|---|---|
GenericTestRecords<T> |
GenericTestRecords.add(GenericTestRecords<T> records)
Adds several records at once.
|
GenericTestRecords<T> |
GenericTestRecords.add(Iterable<? extends T> records)
Adds several records at once.
|
GenericTestRecords<T> |
GenericTestRecords.add(T... records)
Adds several records at once.
|
GenericTestRecords<T> |
GenericTestRecords.load(Class<? extends eu.stratosphere.api.common.io.FileInputFormat> inputFormatClass,
String file,
eu.stratosphere.configuration.Configuration configuration)
Initializes this
GenericTestRecords from the given file. |
GenericTestRecords<T> |
GenericTestRecords.load(Class<? extends eu.stratosphere.api.common.io.GenericInputFormat> inputFormatClass,
eu.stratosphere.configuration.Configuration configuration)
Initializes this
GenericTestRecords from the given generic input. |
| Modifier and Type | Method and Description |
|---|---|
TestRecords |
TestRecords.add(GenericTestRecords<eu.stratosphere.types.Record> records) |
GenericTestRecords<T> |
GenericTestRecords.add(GenericTestRecords<T> records)
Adds several records at once.
|
void |
GenericTestRecords.assertEquals(GenericTestRecords<T> expectedValues)
Asserts that the contained set of records is equal to the set of records of the given
GenericTestRecords. |
Copyright © 2014. All rights reserved.