Re: JUnit Test question

2022-07-25 Thread Alonso Del Arte
Al On Mon, Jul 25, 2022 at 1:27 PM kissellj wrote: > No problem. Thank you > > > John > > > > Sent from my Verizon, Samsung Galaxy smartphone > > > Original message > From: Alonso Del Arte > Date: 7/25/22 9:42 AM (GMT-07:00) > To: kissellj

Re: JUnit Test question

2022-07-24 Thread Alonso Del Arte
Can you give a link for the Hello World tutorial? "Fourth paragraph down" doesn't really mean anything to me, as I'm not looking at the same page as you are. Aside from a problem with Maven one time, I've never had a problem adding JUnit or TestNG tests to a NetBeans project. If I want a test cla

JUnit Test question

2022-07-24 Thread kissellj
I was looking for some help with the"Creating JUnit Tests" in the Testing and Debugging the Application for the Hello World Tutorial. Am I in the correct place to get help? I'M running IDE 13; Java 18.0.1. My question is about the 4th paragraph down in the "Creating JUnit Tests" adding Library.