Trace:
Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
jvx:common:test:junit [2018/02/02 10:11] admin |
jvx:common:test:junit [2020/06/08 16:02] (current) cduncan |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ~~NOTRANS~~ | ~~NOTRANS~~ | ||
| - | ~~Title: Use SwingApplication with JUnit tests~~ | + | ~~Title: Use SwingApplication With JUnit Tests~~ |
| - | If you want to start a JVx application during a JUnit Test, it's important that you don't call System.exit during the test - otherwise your unit test will stop. | + | If you want to start a JVx application during a JUnit Test, it's important that you don't call System.exit during the test - otherwise, your unit test will stop. |
| This example shows how you start an application: | This example shows how you start an application: | ||
