| Class | Description |
|---|---|
| FrameTestUtil |
Methods to access frame internals.
|
| FrameTestUtil.CountAllRowsPresented |
For a column that contains row indices, this task will count and make sure all
the rows are present by looking for this row indices.
|
| FrameTestUtil.CountIntValueRows |
Look for the number of times a particular value (integer) appears in a
column of a dataframel.
|
| FrameTestUtil.Create1IDColumn |
This task will create a Frame containing row indices
|
| FVecFactory | |
| TestFrameBuilder |
Class used for creating simple test frames using builder pattern
|
| TestFrameBuilderTest | |
| VecHelper |