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 methods annotated Before/AfterDynamicTest and Before/AfterInteraction should be able to have HttpRequest and HttpResponse parameters, and anything that JUnit can provide.
The text was updated successfully, but these errors were encountered:
t1
changed the title
ArgumentsProvider to produce List<HttpInteraction>ArgumentsProvider to produce HttpInteraction, etc.
Mar 20, 2021
t1
changed the title
ArgumentsProvider to produce HttpInteraction, etc.
Use ArgumentsProvider to produce other than HttpInteraction parameters
Jan 29, 2022
t1
changed the title
Use ArgumentsProvider to produce other than HttpInteraction parameters
Use ParameterResolver to produce other than HttpInteraction parameters
Feb 5, 2022
The methods annotated
Before/AfterDynamicTest
andBefore/AfterInteraction
should be able to haveHttpRequest
andHttpResponse
parameters, and anything that JUnit can provide.The text was updated successfully, but these errors were encountered: