Skip to content

Commit

Permalink
Update ArquillianExtension.java
Browse files Browse the repository at this point in the history
  • Loading branch information
starksm64 authored Aug 10, 2024
1 parent d5402a1 commit 2fd8449
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ public boolean supportsParameter(final ParameterContext parameterContext, final
}
return holder.get(parameterContext.getIndex()) != null;
}
// We always return here as we are an in-container test, but technically running on the client side. This
// We always return true here as we are an in-container test, but technically running on the client side. This
// happens as JUnit needs to invoke the test, then Arquillian runs it in the container. This does, however,
// create issues when you want to inject a parameter not provided by Arquillian. For example @TempDir Path.
// To make other provided parameters work, the @Vetoed annotation can be used to indicate the Arquillian
Expand Down

0 comments on commit 2fd8449

Please sign in to comment.