Mihály Verhás
Mihály Verhás
Please note that despite the original comment mentioning "a neat little library", we don't actually want to add an external dependency to Pioneer. As a first solution, it's good enough...
I guess we could implement it without the `@Override` annotation? Is that what you were thinking?
Wouldn't that go against the design philosophy of purejin? I'm a bit confused, JSR-330 is a set of annotations (e.g.: `@Inject`) and the intro/readme document says purejin explicitly does **not**...
You could also just rewrite your original assertion if you prefer: ```java assertThat(field.getAnnotations()) .as("field: %s", field) .
> So if I understand that correctly we use and JSR conform memory filesystem (most probably for the TempDir extension) but the `com.google.jimfs` does not provide a module file. So...
This could "make up" for the fact that we chose the restrictive `Locale.Builder` in #658.
Please provide feedback.
Sorry, I'm not really familiar with the process - I edited the original post to add another alternative I think you could consider. Hope that's OK.
Go for it - I'm interested but don't really have free capacity at the moment.
Hey @svenkost, I think I finally figured out what you want to do! If I understood correctly, you want to supply your test with values you store in your `TestTemplateInvocationContext`....