(t *testing.T, s string)
| 9 | ) |
| 10 | |
| 11 | func testString(t *testing.T, s string) { testStringHelper(t, s, false) } |
| 12 | |
| 13 | // Commented out to avoid a warning relating to the method not being used. Left here since it's useful for debugging. |
| 14 | //func traceString(t *testing.T, s string) { testStringHelper(t, s, true) } |
no test coverage detected