MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / setUp

Method setUp

test/lang/java/smoketest/SmokeTest.java:39–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 1

connUrlMethod · 0.95

Tested by

no test coverage detected