Re: Netbeans 11.3 Tutorial JUnit Testing fails

2020-05-16 Thread HRH
OK, I look forward to your screencast and the tutorial pointer. thx On Saturday, May 16, 2020, 2:44:33 PM GMT+4:30, Geertjan Wielenga wrote: No, it’s quite different. I’ll make a screencast to show what the problem is and also show how the tutorial can be tweaked. Gj On Sat, 16 May 2

Re: Netbeans 11.3 Tutorial JUnit Testing fails

2020-05-16 Thread Geertjan Wielenga
No, it’s quite different. I’ll make a screencast to show what the problem is and also show how the tutorial can be tweaked. Gj On Sat, 16 May 2020 at 11:59, HRH wrote: > GeertJan, > > I thank you immensely. This worked fine and the test passed. I guess we > can sum up that the putative JUnit 5

Re: Netbeans 11.3 Tutorial JUnit Testing fails

2020-05-16 Thread HRH
GeertJan, I thank you immensely. This worked fine and the test passed. I guess we can sum up that the putative JUnit 5 feature in Netbeans 11.3 needs attention. Thanks again On Saturday, May 16, 2020, 11:07:31 AM GMT+4:30, Geertjan Wielenga wrote: OK, I think I've reproduced the probl

Re: Netbeans 11.3 Tutorial JUnit Testing fails

2020-05-15 Thread Geertjan Wielenga
OK, I think I've reproduced the problem. Can you change the content of your test source file to the following and let us know if that works. package org.me.mylib; import org.junit.After; import org.junit.AfterClass; import org.junit.Before; import org.junit.BeforeClass; import org.junit.Test; im

Re: Netbeans 11.3 Tutorial JUnit Testing fails

2020-05-15 Thread Geertjan Wielenga
In which part of the tutorial specifically are you encountering the problem, i.e., what is the name of the section where the problem occurs? Gj On Sat, May 16, 2020 at 7:49 AM HRH wrote: > Developing General Java Applications > > > De

Re: Netbeans 11.3 Tutorial JUnit Testing fails

2020-05-15 Thread HRH
Developing General Java Applications | | | | Developing General Java Applications Apache NetBeans Developing General Java Applications - Apache NetBeans | | | On Saturday, May 16, 2020, 10:19:25 AM GMT+4:30, HRH wrote: Here is the link to the tutorial. Everything works

Re: Netbeans 11.3 Tutorial JUnit Testing fails

2020-05-15 Thread HRH
Here is the link to the tutorial. Everything works up to the JUnit test section. Thanks On Saturday, May 16, 2020, 10:17:15 AM GMT+4:30, Geertjan Wielenga wrote: Can you point to the tutorial you're referring to, so that I can try to reproduce the problem? Gj On Fri, May 15, 2020 at 6

Re: Netbeans 11.3 Tutorial JUnit Testing fails

2020-05-15 Thread Geertjan Wielenga
Can you point to the tutorial you're referring to, so that I can try to reproduce the problem? Gj On Fri, May 15, 2020 at 6:18 AM HRH wrote: > Hi, I am following the tutorial step by step but LibClassTesting.java > (generated JUnit test class by the IDE) fails. Here is the trace: > > Testsuite:

Netbeans 11.3 Tutorial JUnit Testing fails

2020-05-14 Thread HRH
Hi, I am following the tutorial step by step but LibClassTesting.java (generated JUnit test class by the IDE) fails. Here is the trace: Testsuite: org.me.mylib.LibClassTest Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.133 sec Testcase: initializationError(org.me.mylib.LibClas