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