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
I have class com/marginallyclever/ro3/AllPanels.java which uses Reflections to find all JPanel in the package com.marginallyclever.ro3. Works great.
I have a unit test com/marginallyclever/ro3/TestAllPanels.java which calls on AllPanels. When it does, Reflections return no results.
I print out the classpath from the unit test and see that ./target/classes is missing, though Surefire and Jupiter assure me it's supposed to be there.
If anyone out there can tell me what I'm doing wrong - is it me? Is it the way I use Reflections? - I would be very grateful.
Thank you!
The text was updated successfully, but these errors were encountered:
Hi, everyone. I hope you're doing well.
My project is https://github.com/marginallyclever/robot-overlord-app
I have class
com/marginallyclever/ro3/AllPanels.java
which uses Reflections to find all JPanel in the packagecom.marginallyclever.ro3
. Works great.I have a unit test
com/marginallyclever/ro3/TestAllPanels.java
which calls on AllPanels. When it does, Reflections return no results.I print out the classpath from the unit test and see that
./target/classes
is missing, though Surefire and Jupiter assure me it's supposed to be there.If anyone out there can tell me what I'm doing wrong - is it me? Is it the way I use Reflections? - I would be very grateful.
Thank you!
The text was updated successfully, but these errors were encountered: