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 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!
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.javawhich uses Reflections to find all JPanel in the packagecom.marginallyclever.ro3. Works great.I have a unit test
com/marginallyclever/ro3/TestAllPanels.javawhich calls on AllPanels. When it does, Reflections return no results.I print out the classpath from the unit test and see that
./target/classesis 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!