Add InterfaceT method
Changes
- You can now call
ensure.InterfaceT()
to get the scopedensuring.T
interface. It's still recommended to useensure.T()
for most cases, as it returns the fulltesting.T
.
ensure.InterfaceT()
to get the scoped ensuring.T
interface. It's still recommended to use ensure.T()
for most cases, as it returns the full testing.T
.