You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The f1. T type is almost compatible with the testing.TB interface which exposes the common methods of testing.T, testing.B and testing.F.
Making f1.Tcompletely compatible with testing.TB or exposing a similar interface with a subset of the testing.TB methods (and amending ScenarioFn to use this interface) would facilitate reusing the same test implementation as standard tests or f1 load tests as well as being a generally good practice.
The changes necessary to f1.T to achieve compatibility with testing.TB would be as follows:
The
f1. T
type is almost compatible with thetesting.TB
interface which exposes the common methods oftesting.T
,testing.B
andtesting.F
.Making
f1.T
completely compatible withtesting.TB
or exposing a similar interface with a subset of the testing.TB methods (and amendingScenarioFn
to use this interface) would facilitate reusing the same test implementation as standard tests or f1 load tests as well as being a generally good practice.The changes necessary to
f1.T
to achieve compatibility withtesting.TB
would be as follows:The text was updated successfully, but these errors were encountered: