All Methods Static Methods Concrete Methods
Modifier and Type |
Method and Description |
static <T> TestData.OfDouble |
ofArray(String name,
double[] array) |
static <T> TestData.OfInt |
ofArray(String name,
int[] array) |
static <T> TestData.OfLong |
ofArray(String name,
long[] array) |
static <T> TestData.OfRef<T> |
ofArray(String name,
T[] array) |
static <T> TestData.OfRef<T> |
ofCollection(String name,
Collection<T> collection) |
static TestData.OfDouble |
ofDoubleSupplier(String name,
Supplier<DoubleStream> supplier) |
static TestData.OfInt |
ofIntSupplier(String name,
Supplier<IntStream> supplier) |
static TestData.OfLong |
ofLongSupplier(String name,
Supplier<LongStream> supplier) |
static TestData.OfDouble |
ofNode(String name,
Node.OfDouble node) |
static TestData.OfInt |
ofNode(String name,
Node.OfInt node) |
static TestData.OfLong |
ofNode(String name,
Node.OfLong node) |
static <T> TestData.OfRef<T> |
ofRefNode(String name,
Node<T> node) |
static TestData.OfDouble |
ofSpinedBuffer(String name,
SpinedBuffer.OfDouble buffer) |
static TestData.OfInt |
ofSpinedBuffer(String name,
SpinedBuffer.OfInt buffer) |
static TestData.OfLong |
ofSpinedBuffer(String name,
SpinedBuffer.OfLong buffer) |
static <T> TestData.OfRef<T> |
ofSpinedBuffer(String name,
SpinedBuffer<T> buffer) |
static <T> TestData.OfRef<T> |
ofSupplier(String name,
Supplier<Stream<T>> supplier) |