Re: Can't create test for class

2023-01-08 Thread Admin Netcrystals
org.junit package.Hope that helps. Gesendet von Outlook für iOS  Von: Will Hartung Gesendet: Sonntag, Jänner 8, 2023 10:27 PMAn: Eric Bresie Cc: users Betreff: Re: Can't create test for class On Sun, Jan 8, 2023 at 7:25 AM Eric Bresie <ebre...@gmail.com> wrote:On Sat, Jan 7, 2023 at 9

Re: Can't create test for class

2023-01-08 Thread Will Hartung
On Sun, Jan 8, 2023 at 7:25 AM Eric Bresie wrote: > > > > On Sat, Jan 7, 2023 at 9:07 PM Will Hartung wrote: > >> I have maven javafx project. Java 17, NB 15. It's also a modular >> application with a module-info. >> > > Might want to consider updating to NB 16...I believe some of the >

Re: Can't create test for class

2023-01-08 Thread Eric Bresie
On Sat, Jan 7, 2023 at 9:07 PM Will Hartung wrote: > I have maven javafx project. Java 17, NB 15. It's also a modular > application with a module-info. > Might want to consider updating to NB 16...I believe some of the functionality around some of this has improved a little bit. > I try to

Can't create test for class

2023-01-07 Thread Will Hartung
I have maven javafx project. Java 17, NB 15. It's also a modular application with a module-info. I try to create a test for a class, and all I get is an empty class. It has the JUnit imports, but no test methods. Just an empty class with an empty constructor. None of the methods. Also, I can't