| 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 TestTools.FileSource |
TestTools.FileSource.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestTools.FileSource[] |
TestTools.FileSource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
TestTools.copyDirToDest(Path relPath,
File destDir,
TestTools.FileSource fileSource) |
static File |
TestTools.getFile(Path relPath,
TestTools.FileSource fileSource) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.