MCPcopy
hub / github.com/go-sql-driver/mysql / Error

Method Error

driver_test.go:116–118  ·  driver_test.go::netErrorMock.Error
()

Source from the content-addressed store, hash-verified

114}
115
116func (e netErrorMock) Error() string {
117 return fmt.Sprintf("mock net error. Temporary: %v, Timeout %v", e.temporary, e.timeout)
118}
119
120func runTestsWithMultiStatement(t *testing.T, dsn string, tests ...func(dbt *DBTest)) {
121 if !available {

Callers 15

runTestsParallelFunction · 0.45
failMethod · 0.45
TestCRUDFunction · 0.45
TestMultiQueryFunction · 0.45
TestStringFunction · 0.45
TestTimestampMicrosFunction · 0.45
TestNULLFunction · 0.45
TestLongDataFunction · 0.45
TestLoadDataFunction · 0.45
TestFoundRows1Function · 0.45
TestFoundRows2Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected