| 99 | } |
| 100 | |
| 101 | void JavaCommon::javaCheckNotFound(QWidget* parent) |
| 102 | { |
| 103 | QString text; |
| 104 | text += QObject::tr("Java checker library could not be found. Please check your installation."); |
| 105 | CustomMessageBox::selectable(parent, QObject::tr("Java test failure"), text, QMessageBox::Warning)->show(); |
| 106 | } |
| 107 | |
| 108 | void JavaCommon::TestCheck::run() |
| 109 | { |
nothing calls this directly
no test coverage detected