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
privatestaticList<String> mySource() {
// Rerurn list of String -> myArg argument)
}
@ParameterizedTest@MethodSource("mySource")
publicvoidmyTest(finalStringmyArg, @WiremockfinalWireMockServermockServer) {
....
}
I get the exeption belowed:
org.junit.jupiter.api.extension.ParameterResolutionException: Failed to resolve parameter [com.github.tomakehurst.wiremock.WireMockServer arg1] in method [public void com.atelier.ant.task.gitlab.RegisterIssuesReporterTaskUT.registerIssuesReporterTaskNoExceptionTest(org.apache.tools.ant.BuildEvent,com.github.tomakehurst.wiremock.WireMockServer)]: Can't inject more than one server
Wors file into eclipse (junit eclipse plugin not run tests in parallel) but failed with surefire
The text was updated successfully, but these errors were encountered:
Hello,
My code is :
I get the exeption belowed:
org.junit.jupiter.api.extension.ParameterResolutionException: Failed to resolve parameter [com.github.tomakehurst.wiremock.WireMockServer arg1] in method [public void com.atelier.ant.task.gitlab.RegisterIssuesReporterTaskUT.registerIssuesReporterTaskNoExceptionTest(org.apache.tools.ant.BuildEvent,com.github.tomakehurst.wiremock.WireMockServer)]: Can't inject more than one server
Wors file into eclipse (junit eclipse plugin not run tests in parallel) but failed with surefire
The text was updated successfully, but these errors were encountered: