Parallel is not implemented, it is only provided for compatibility.
()
| 470 | |
| 471 | // Parallel is not implemented, it is only provided for compatibility. |
| 472 | func (t *T) Parallel() { |
| 473 | // Unimplemented. |
| 474 | } |
| 475 | |
| 476 | // InternalTest is a reference to a test that should be called during a test suite run. |
| 477 | type InternalTest struct { |
no outgoing calls