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

Method RunTests

compatibility/mysql/csharp/MySQLTest.cs:49–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47 }
48
49 public bool RunTests()
50 {
51 foreach (var test in tests)
52 {
53 if (!test.Run(cmd))
54 {
55 return false;
56 }
57 }
58 return true;
59 }
60
61 public void ReadTestsFromFile(string filename)
62 {

Callers 1

MainMethod · 0.45

Calls 1

RunMethod · 0.45

Tested by

no test coverage detected