Commit ebefad6
committed
Rename BeforeClass methods
Setup method of WaitForEventsInFxApplicationThreadTest had the same
name as its super class TestFxAdapterTest, effectively hiding the setup
method of its base class. Unit tests then failed, because initialization
of the JavaFXToolkit is done in TestFxAdapterTest.1 parent 6fc8dca commit ebefad6
File tree
2 files changed
+2
-2
lines changed- src/test/java/javafxlibrary/keywords/AdditionalKeywordsTests/ConvenienceKeywords
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments