.setEventLogFile("./test")
.setQueryDatabase("jdbc:mysql://localhost:3306/my_database?user=my_username&password=my_password")
.setTestUsername("test_user")
.setTestPassword("test_password")
.setTestGateway("jdbc:presto://localhost:8080")
.setTestTimeout(new Duration(1, TimeUnit.SECONDS))
.setTestCatalogOverride("my_catalog")
.setTestSchemaOverride("my_schema")
.setControlUsername("control_user")
.setControlPassword("control_password")
.setControlGateway("jdbc:presto://localhost:8081")
.setControlTimeout(new Duration(1, TimeUnit.SECONDS))
.setControlCatalogOverride("my_catalog")
.setControlSchemaOverride("my_schema")
.setAdditionalJdbcDriverPath("/test/path")
.setTestJdbcDriverName("com.facebook.exampleclass")
.setControlJdbcDriverName("com.facebook.exampleclass");