MCPcopy Create free account
hub / github.com/apecloud/myduckserver / addTest

Method addTest

compatibility/mysql/java/MySQLTest.java:31–33  ·  view source on GitHub ↗
(String query, String[][] expectedResults)

Source from the content-addressed store, hash-verified

29 }
30
31 public void addTest(String query, String[][] expectedResults) {
32 tests.add(new Test(query, expectedResults));
33 }
34
35 public boolean runTests() {
36 for (Test test : tests) {

Callers 1

readTestsFromFileMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected