доделал создание тестов из версий дерева версий. тоже включил учет исключенных файлов.

This commit is contained in:
2023-12-01 21:18:29 +03:00
parent 7ef2a7540c
commit 22dafd4dca
8 changed files with 69 additions and 63 deletions

View File

@@ -23,7 +23,7 @@ public abstract class PublishTests extends TestingSystemPass<Vector<Test>> {
protected Group group;
protected Vector<File> files;
protected abstract boolean getGroup();
protected abstract boolean findFiles();
protected boolean findFiles(){ return false;}
@Override
protected boolean canStart(Object... args) throws Exception {
target = new Vector<>();