MCPcopy Create free account
hub / github.com/badvision/jace / testCompileClicked

Method testCompileClicked

src/main/java/jace/ide/IdeController.java:231–237  ·  view source on GitHub ↗
(ActionEvent event)

Source from the content-addressed store, hash-verified

229 }
230
231 @FXML
232 void testCompileClicked(ActionEvent event) {
233 getCurrentProgram().ifPresent(program -> {
234 program.test();
235 updateStatusMessages(program.lastResult);
236 });
237 }
238
239 @FXML
240 void viewCompilerOutputClicked(ActionEvent event) {

Callers

nothing calls this directly

Calls 3

getCurrentProgramMethod · 0.95
updateStatusMessagesMethod · 0.95
testMethod · 0.80

Tested by

no test coverage detected