MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / run

Method run

CodenameOne/src/com/codename1/testing/TestUtils.java:76–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74 if (Display.getInstance().isEdt()) {
75 Display.getInstance().invokeAndBlock(new Runnable() {
76 @Override
77 public void run() {
78 try {
79 Thread.sleep(millis);
80 } catch (InterruptedException ex) {
81 }
82 }
83 });
84 } else {
85 try {

Callers

nothing calls this directly

Calls 5

sleepMethod · 0.95
waitForFormTitleImplMethod · 0.95
waitForFormNameImplMethod · 0.95

Tested by

no test coverage detected