public class TestInvalidSelect extends io.prestosql.tempto.ProductTest implements io.prestosql.tempto.RequirementsProvider
| Constructor and Description |
|---|
TestInvalidSelect() |
| Modifier and Type | Method and Description |
|---|---|
io.prestosql.tempto.Requirement |
getRequirements(io.prestosql.tempto.configuration.Configuration configuration) |
void |
testNonExistentColumn() |
void |
testNonExistentSchema() |
void |
testNonExistentTable() |
public io.prestosql.tempto.Requirement getRequirements(io.prestosql.tempto.configuration.Configuration configuration)
getRequirements in interface io.prestosql.tempto.RequirementsProviderpublic void testNonExistentTable()
public void testNonExistentSchema()
public void testNonExistentColumn()
Copyright © 2012–2019. All rights reserved.