protected static class PAssert.PCollectionListContentsAssert<T>
extends java.lang.Object
PCollection
in the given PCollectionList
.Constructor and Description |
---|
PCollectionListContentsAssert(PCollectionList<T> actual) |
Modifier and Type | Method and Description |
---|---|
PAssert.PCollectionListContentsAssert<T> |
satisfies(java.util.List<SerializableFunction<java.lang.Iterable<T>,java.lang.Void>> checkerFnList)
Takes list of
SerializableFunction s of the same size as pCollectionList , and
applies each matcher to the PCollection with the identical index in the pCollectionList . |
PAssert.PCollectionListContentsAssert<T> |
satisfies(SerializableFunction<java.lang.Iterable<T>,java.lang.Void> checkerFn)
|
public PCollectionListContentsAssert(PCollectionList<T> actual)
public PAssert.PCollectionListContentsAssert<T> satisfies(SerializableFunction<java.lang.Iterable<T>,java.lang.Void> checkerFn)
SerializableFunction
to check the elements of each PCollection
in
the PCollectionList
.
Returns this PCollectionListContentsAssert
.
public PAssert.PCollectionListContentsAssert<T> satisfies(java.util.List<SerializableFunction<java.lang.Iterable<T>,java.lang.Void>> checkerFnList)
SerializableFunction
s of the same size as pCollectionList
, and
applies each matcher to the PCollection
with the identical index in the pCollectionList
.
Returns this PCollectionListContentsAssert
.