public class DrillTest extends BaseTest
| Modifier and Type | Class and Description |
|---|---|
protected static class |
DrillTest.MemWatcher |
| Modifier and Type | Field and Description |
|---|---|
org.apache.drill.test.DrillTest.TestLogReporter |
logOutcome |
protected static com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
org.junit.rules.TestRule |
REPEAT_RULE |
org.junit.rules.ExpectedException |
thrownException
Rule for tests that verify
UserException type and message. |
org.junit.rules.TestRule |
TIMEOUT |
| Constructor and Description |
|---|
DrillTest() |
| Modifier and Type | Method and Description |
|---|---|
static String |
escapeJsonString(String original) |
static void |
finishDrillTest() |
static void |
initDrillTest() |
protected static final com.fasterxml.jackson.databind.ObjectMapper objectMapper
public final org.junit.rules.TestRule TIMEOUT
public final org.apache.drill.test.DrillTest.TestLogReporter logOutcome
public final org.junit.rules.TestRule REPEAT_RULE
public final org.junit.rules.ExpectedException thrownException
UserException type and message. See
UserExceptionMatcher and e.g. apache.drill.exec.server.TestOptions#checkValidationException.
Tests that do not use this rule are not affected.Copyright © 2021 The Apache Software Foundation. All rights reserved.