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