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
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
> functio
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 cr
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 s