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

Method Test

compatibility/mysql/csharp/MySQLTest.cs:94–98  ·  view source on GitHub ↗
(string query, string[][] expectedResults)

Source from the content-addressed store, hash-verified

92 private string[][] expectedResults;
93
94 public Test(string query, string[][] expectedResults)
95 {
96 this.query = query;
97 this.expectedResults = expectedResults;
98 }
99
100 public bool Run(MySqlCommand cmd)
101 {

Callers 1

add_testMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected