Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
student:junit:v5 [2023/11/17 08:45] – [Compiling and Running JUnit Tests from a Command Shell] bowersjcstudent:junit:v5 [2024/01/24 16:43] (current) bernstdh
Line 1: Line 1:
- 
  
 ===== JUnit v5 (Jupiter) Basics ===== ===== JUnit v5 (Jupiter) Basics =====
Line 243: Line 242:
 The .jar file will be named something like ''%%junit-platform-console-standalone.jar%%'' (which is referred to below as ''%%junit.jar%%'' for simplicity). The .jar file will be named something like ''%%junit-platform-console-standalone.jar%%'' (which is referred to below as ''%%junit.jar%%'' for simplicity).
  
-==== Compiling and Running JUnit Tests from a Command Shell ====+==== Compiling and Running JUnit Tests from a Command Shell/Terminal Window ====