This is an automated email from the ASF dual-hosted git repository.

mbien pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git


The following commit(s) were added to refs/heads/master by this push:
     new a125b3151 Misspelling in the Creating JUnit Tests section. The line 
277, that starts with 'In the Projects window...', has the sentence: folder 
select '..JUnit 4.x and click *Add Libray* repeat...'. The word Library is 
misspelled as Libray. This commit only changes this word.
     new e8ae8aefc Merge pull request #614 from andrevier/javase-intro-asciidoc
a125b3151 is described below

commit a125b3151142a522364b603eeee71c5ec3621936
Author: andrevier <[email protected]>
AuthorDate: Thu Sep 29 11:11:40 2022 -0300

    Misspelling in the Creating JUnit Tests section. The line 277, that starts 
with 'In the Projects window...', has the sentence: folder select '..JUnit 4.x 
and click *Add Libray* repeat...'. The word Library is misspelled as Libray. 
This commit only changes this word.
---
 netbeans.apache.org/src/content/kb/docs/java/javase-intro.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/netbeans.apache.org/src/content/kb/docs/java/javase-intro.asciidoc 
b/netbeans.apache.org/src/content/kb/docs/java/javase-intro.asciidoc
index 971f55816..04ffdddf6 100644
--- a/netbeans.apache.org/src/content/kb/docs/java/javase-intro.asciidoc
+++ b/netbeans.apache.org/src/content/kb/docs/java/javase-intro.asciidoc
@@ -274,7 +274,7 @@ In the *Create/Update Tests* dialog box, click *OK* to run 
the command with the
 
 In the *Projects* window you will see that the IDE has created the 
`org.me.mylib` package, the `LibClassTest.java` file in the *MyLib > Test 
Packages*  folder and, created the *MyLib > Test Libraries* folder. Finally the 
file `LibClassTest.java` is opened in the editor.
 
-In the *Projects* window, right-click the *Test Libraries* node and select 
*Properties*.  In the *Project Properties - MyLib* window, select *Categories: 
Libraries*. In the right-hand pane select the *Compile Tests* tab and click the 
` *+* ` button. From the pop-up list select *Add Library*, from the *Global 
Libraries* folder select `JUnit 4.x` and click *Add Libray* repeat, this time 
selecting the `Hamcrest 1.x` library.
+In the *Projects* window, right-click the *Test Libraries* node and select 
*Properties*.  In the *Project Properties - MyLib* window, select *Categories: 
Libraries*. In the right-hand pane select the *Compile Tests* tab and click the 
` *+* ` button. From the pop-up list select *Add Library*, from the *Global 
Libraries* folder select `JUnit 4.x` and click *Add Library* repeat, this time 
selecting the `Hamcrest 1.x` library.
 
 In `LibClassTest.java`, delete the body of the `public void testAcrostic()` 
method and, in place of the deleted lines, type or paste in the following:
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to