Replies: 1 comment 7 replies
-
In-module testing is always ... fun. Your setup reminds me of https://github.com/sormuras/junit-platform-maven-plugin/tree/master/src/it/modular-world-3-main-foo-test-foo -- which doesn't read a resource, yet. I'll give it a shot. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there @sormuras
I'm trying to figure out how to read resources in a modular environment.
As you are the modules master and this is my favorite maven plugin,
I thought I'll run this by you.
😁
I created a testing project:
I have two active branches:
module descriptors
, as seen in this workflow run, works as expected.module descriptors
, as seen in this workflow run, returnsnull
when trying to pick up the file.Any thoughts about how might I go at it?
Beta Was this translation helpful? Give feedback.
All reactions