Массовое определение размерности тестов
This commit is contained in:
2025-02-13 01:43:23 +03:00
parent 90b6f3648e
commit 016e51dbe5
9 changed files with 85 additions and 22 deletions

View File

@@ -62,7 +62,7 @@ public class Visualiser extends Component {
//http://www.seostella.com/ru/article/2012/02/05/formatirovanie-daty-v-java.html
@Override
public void GetVersionInfo() {
version = 1160;
version = 1161;
String pattern = "MMM dd yyyy HH:mm:ss";
DateFormat df = new SimpleDateFormat(pattern, Locale.ENGLISH);
date_text = df.format(getClassBuildTime());

View File

@@ -92,9 +92,11 @@ public enum ServerCode {
GetMaxSapforVersion,
PerformAutoSapforTesting,
JoinSapforVersionsToGroup,
TestCode, ReplaceDVMPackageResults;
TestCode, ReplaceDVMPackageResults, DetectTestsMinMaxDim;
public String getDescription(){
switch (this){
case DetectTestsMinMaxDim:
return "Определить размерность тестов на сервере";
case ReplaceDVMPackageResults:
return "Заменить json DVM пакета";
case JoinSapforVersionsToGroup: