public final class TestingPostgreSqlServer extends Object implements Closeable
| Constructor and Description |
|---|
TestingPostgreSqlServer(String user,
String database) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String |
getDatabase() |
String |
getJdbcUrl() |
int |
getPort() |
String |
getUser() |
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic String getUser()
public String getDatabase()
public int getPort()
public String getJdbcUrl()
Copyright © 2014–2019. All rights reserved.