File tree Expand file tree Collapse file tree 6 files changed +1
-10
lines changed
main/java/org/utplsql/cli
test/java/org/utplsql/cli Expand file tree Collapse file tree 6 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 11package org .utplsql .cli ;
22
33import com .beust .jcommander .JCommander ;
4- import com .beust .jcommander .Parameter ;
54import com .beust .jcommander .ParameterException ;
65
76public class Cli {
Original file line number Diff line number Diff line change 66import java .io .IOException ;
77import java .io .InputStream ;
88import java .io .InputStreamReader ;
9- import java .net .URISyntaxException ;
109
1110/** This class is getting updated automatically by the build process.
1211 * Please do not update its constants manually cause they will be overwritten.
Original file line number Diff line number Diff line change 11package org .utplsql .cli ;
22
33import com .zaxxer .hikari .HikariDataSource ;
4- import org .utplsql .api .EnvironmentVariableUtil ;
54import org .utplsql .cli .datasource .TestedDataSourceProvider ;
65
76import javax .sql .DataSource ;
Original file line number Diff line number Diff line change 33
44import com .beust .jcommander .Parameter ;
55import com .beust .jcommander .Parameters ;
6- import org .utplsql .api .DBHelper ;
76import org .utplsql .api .JavaApiVersionInfo ;
87import org .utplsql .api .Version ;
9- import org .utplsql .api .db .DatabaseInformation ;
108import org .utplsql .api .db .DefaultDatabaseInformation ;
119import org .utplsql .api .exception .UtPLSQLNotInstalledException ;
1210
Original file line number Diff line number Diff line change 11package org .utplsql .cli ;
22
33import org .junit .jupiter .api .Test ;
4- import org .utplsql .api .JavaApiVersionInfo ;
54
65import static org .junit .jupiter .api .Assertions .assertTrue ;
76
Original file line number Diff line number Diff line change 44import org .utplsql .cli .datasource .TestedDataSourceProvider ;
55
66import javax .sql .DataSource ;
7- import java .io .IOException ;
87import java .sql .Connection ;
98import java .sql .PreparedStatement ;
109import java .sql .ResultSet ;
1110import java .sql .SQLException ;
1211
13- import static org .junit .jupiter .api .Assertions .assertEquals ;
14- import static org .junit .jupiter .api .Assertions .assertNotNull ;
15- import static org .junit .jupiter .api .Assertions .fail ;
12+ import static org .junit .jupiter .api .Assertions .*;
1613
1714class DataSourceProviderIT {
1815
You can’t perform that action at this time.
0 commit comments