| Package | Description |
|---|---|
| org.apache.drill.test |
Provides a variety of test framework tools to simplify Drill unit
tests and ad-hoc tests created while developing features.
|
| Modifier and Type | Method and Description |
|---|---|
static JsonStringHashMap<String,Object> |
TestBuilder.mapOf(Object... keyValueSequence)
Convenience method to create a
JsonStringHashMap map instance with the given key value sequence. |
static JsonStringHashMap<Object,Object> |
TestBuilder.mapOfObject(Object... keyValueSequence)
Convenience method to create an instance of
JsonStringHashMap<Object, Object> with the given key-value sequence. |
Copyright © 2021 The Apache Software Foundation. All rights reserved.