public static class ClusterFixture.FixtureTestServices extends Object implements DrillTestWrapper.TestServices
TestBuilder class to work with the
cluster fixture.| Constructor and Description |
|---|
FixtureTestServices(ClientFixture client) |
| Modifier and Type | Method and Description |
|---|---|
BufferAllocator |
allocator() |
void |
test(String query) |
List<QueryDataBatch> |
testRunAndReturn(UserBitShared.QueryType type,
Object query) |
public FixtureTestServices(ClientFixture client)
public BufferAllocator allocator()
allocator in interface DrillTestWrapper.TestServicespublic void test(String query) throws Exception
test in interface DrillTestWrapper.TestServicesExceptionpublic List<QueryDataBatch> testRunAndReturn(UserBitShared.QueryType type, Object query) throws Exception
testRunAndReturn in interface DrillTestWrapper.TestServicesExceptionCopyright © 2021 The Apache Software Foundation. All rights reserved.