mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-06-20 09:19:27 +02:00
Преобразование OPI -> OInt (workflow)
This commit is contained in:
committed by
Vitaly the Alpaca (bot)
parent
23d2634141
commit
4020695130
File diff suppressed because it is too large
Load Diff
@@ -226,7 +226,7 @@ Function ExpectsThat(Value) Export
|
||||
|
||||
Try
|
||||
|
||||
Module = GetCommonModule("ЮТест");
|
||||
Module = GetCommonModule("ЮTest");
|
||||
Awaiting = TypeOf(Module) = Type("CommonModule");
|
||||
Return Module.ОжидаетЧто(Value);
|
||||
|
||||
@@ -238,7 +238,7 @@ EndFunction
|
||||
|
||||
Function FormYAXTests() Export
|
||||
|
||||
Module = GetCommonModule("ЮТТесты");
|
||||
Module = GetCommonModule("ЮТTests");
|
||||
Sections = GetTestingSectionMapping();
|
||||
TestTable = GetTestTable();
|
||||
|
||||
@@ -248,10 +248,10 @@ Function FormYAXTests() Export
|
||||
Filter = New Structure("Section", CurrentSection);
|
||||
SectionTests = TestTable.FindRows(Filter);
|
||||
|
||||
Set = Module.ДобавитьТестовыйНабор(CurrentSection);
|
||||
Set = Module.AddTestоinыйSet(CurrentSection);
|
||||
|
||||
For Each Test In SectionTests Do
|
||||
Set.ДобавитьСерверныйТест(Test.Method, Test.Synonym);
|
||||
Set.AddServerныйTest(Test.Method, Test.Synonym);
|
||||
EndDo;
|
||||
|
||||
EndDo;
|
||||
|
||||
@@ -226,7 +226,7 @@ Function ExpectsThat(Value) Export
|
||||
|
||||
Try
|
||||
|
||||
Module = GetCommonModule("ЮТест");
|
||||
Module = GetCommonModule("ЮTest");
|
||||
Awaiting = TypeOf(Module) = Type("CommonModule");
|
||||
Return Module.ОжидаетЧто(Value);
|
||||
|
||||
@@ -238,7 +238,7 @@ EndFunction
|
||||
|
||||
Function FormYAXTests() Export
|
||||
|
||||
Module = GetCommonModule("ЮТТесты");
|
||||
Module = GetCommonModule("ЮТTests");
|
||||
Sections = GetTestingSectionMapping();
|
||||
TestTable = GetTestTable();
|
||||
|
||||
@@ -248,10 +248,10 @@ Function FormYAXTests() Export
|
||||
Filter = New Structure("Section", CurrentSection);
|
||||
SectionTests = TestTable.FindRows(Filter);
|
||||
|
||||
Set = Module.ДобавитьТестовыйНабор(CurrentSection);
|
||||
Set = Module.AddTestоinыйSet(CurrentSection);
|
||||
|
||||
For Each Test In SectionTests Do
|
||||
Set.ДобавитьСерверныйТест(Test.Method, Test.Synonym);
|
||||
Set.AddServerныйTest(Test.Method, Test.Synonym);
|
||||
EndDo;
|
||||
|
||||
EndDo;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user