mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-04-11 11:41:56 +02:00
Преобразование OPI -> OInt (workflow)
This commit is contained in:
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
Loading…
x
Reference in New Issue
Block a user