()
| 37 | } |
| 38 | |
| 39 | @BeforeEach |
| 40 | void setUp() throws SQLException, java.lang.ClassNotFoundException { |
| 41 | String url = connUrl(); |
| 42 | conn = DriverManager.getConnection(url, "materialize", null); |
| 43 | } |
| 44 | |
| 45 | @AfterEach |
| 46 | void tearDown() throws SQLException, java.lang.ClassNotFoundException { |