httpfake icon indicating copy to clipboard operation
httpfake copied to clipboard

Define a subset of the testing.TB methods needed for assertions

Open erutherford opened this issue 3 years ago • 0 comments

We should determine the subset of methods from the testing.TB interface we need to provide for fully functioning assertions. We should also take into consideration which methods should or shouldn't be used across goroutine boundaries. Once we've determine the subset we should update the WithTesting method and the built in assertions to use this interface.

This change should be considered a breaking change for versioning.

erutherford avatar Mar 22 '21 23:03 erutherford