1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-08-13 20:05:19 +02:00
This commit is contained in:
Anton
2024-06-01 20:55:18 +03:00
7 changed files with 728 additions and 728 deletions

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -226,19 +226,19 @@ Function ExpectsThat(Value) Export
Try
Module = GetCommonModule("ЮTest");
Module = GetCommonModule("ЮТест");
Awaiting = TypeOf(Module) = Type("CommonModule");
Return Module.ExpectsThat(Value);
Except
Return Awaiting.What(Value);
Return Awaiting.Что(Value);
EndTry;
EndFunction
Function FormYAXTests() Export
Module = GetCommonModule("ЮТTests");
Module = GetCommonModule("ЮТТесты");
Sections = GetTestingSectionMapping();
TestTable = GetTestTable();
@@ -248,10 +248,10 @@ Function FormYAXTests() Export
Filter = New Structure("Section", CurrentSection);
SectionTests = TestTable.FindRows(Filter);
Set = Module.AddTestоinыйSet(CurrentSection);
Set = Module.ДобавитьТестовыйНабор(CurrentSection);
For Each Test In SectionTests Do
Set.AddServerныйTest(Test.Method, Test.Synonym);
Set.ДобавитьСерверныйТест(Test.Method, Test.Synonym);
EndDo;
EndDo;

View File

@@ -469,7 +469,7 @@ Procedure RemoveEmptyCollectionFields(Collection) Export
ElsIf CollectionType = Type("Array") Then
RemoveEmptyArrayElements(Collection, OutputCollection);
RemoveEmptyArrayItems(Collection, OutputCollection);
Else
@@ -1013,7 +1013,7 @@ Procedure RemoveEmptyKeyValues(Val Collection, OutputCollection)
EndProcedure
Procedure RemoveEmptyArrayElements(Val Collection, OutputCollection)
Procedure RemoveEmptyArrayItems(Val Collection, OutputCollection)
For Each CollectionItem In Collection Do

View File

@@ -226,19 +226,19 @@ Function ExpectsThat(Value) Export
Try
Module = GetCommonModule("ЮTest");
Module = GetCommonModule("ЮТест");
Awaiting = TypeOf(Module) = Type("CommonModule");
Return Module.ExpectsThat(Value);
Except
Return Awaiting.What(Value);
Return Awaiting.Что(Value);
EndTry;
EndFunction
Function FormYAXTests() Export
Module = GetCommonModule("ЮТTests");
Module = GetCommonModule("ЮТТесты");
Sections = GetTestingSectionMapping();
TestTable = GetTestTable();
@@ -248,10 +248,10 @@ Function FormYAXTests() Export
Filter = New Structure("Section", CurrentSection);
SectionTests = TestTable.FindRows(Filter);
Set = Module.AddTestоinыйSet(CurrentSection);
Set = Module.ДобавитьТестовыйНабор(CurrentSection);
For Each Test In SectionTests Do
Set.AddServerныйTest(Test.Method, Test.Synonym);
Set.ДобавитьСерверныйТест(Test.Method, Test.Synonym);
EndDo;
EndDo;

File diff suppressed because it is too large Load Diff

View File

@@ -469,7 +469,7 @@ Procedure RemoveEmptyCollectionFields(Collection) Export
ElsIf CollectionType = Type("Array") Then
RemoveEmptyArrayElements(Collection, OutputCollection);
RemoveEmptyArrayItems(Collection, OutputCollection);
Else
@@ -1013,7 +1013,7 @@ Procedure RemoveEmptyKeyValues(Val Collection, OutputCollection)
EndProcedure
Procedure RemoveEmptyArrayElements(Val Collection, OutputCollection)
Procedure RemoveEmptyArrayItems(Val Collection, OutputCollection)
For Each CollectionItem In Collection Do