завершение рефакторинга создания тестов из проектов.

This commit is contained in:
2023-12-02 17:35:56 +03:00
parent 8e7137d5ea
commit b1476c74d4
6 changed files with 35 additions and 43 deletions

View File

@@ -41,7 +41,7 @@ public abstract class PublishTests extends TestingSystemPass<Vector<Test>> {
}
//--
protected abstract PassCode_2021 getCreateTestCode();
protected abstract String getNoFilesMessage();
protected String getNoFilesMessage(){return "";};
//--
@Override
protected boolean canStart(Object... args) throws Exception {