Class ArrowAssertions
java.lang.Object
org.apache.arrow.adbc.driver.testsuite.ArrowAssertions
AssertJ assertions for Arrow.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
static class
static class
static final class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassertAdbcException
(AdbcException actual) Assert on aAdbcException
.static ArrowAssertions.FieldAssert
assertField
(Field actual) assertRoot
(VectorSchemaRoot actual) Assert on aVectorSchemaRoot
.static ArrowAssertions.SchemaAssert
assertSchema
(Schema actual)
-
Constructor Details
-
ArrowAssertions
public ArrowAssertions()
-
-
Method Details
-
assertAdbcException
Assert on aAdbcException
. -
assertRoot
Assert on aVectorSchemaRoot
. -
assertSchema
-
assertField
-