We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89eee9c commit 5870dbbCopy full SHA for 5870dbb
maven/core-unittests/src/test/java/com/codename1/junit/UITestBase.java
@@ -63,6 +63,7 @@ public Object createImplementation() {
63
implementation = TestCodenameOneImplementation.getInstance();
64
implementation.setLocalizationManager(new SafeL10NManager("en", "US"));
65
}
66
+ display = Display.getInstance();
67
Util.setImplementation(implementation);
68
69
0 commit comments