You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-25 22:12:29 +02:00
Main build (Jenkins)
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -53,6 +53,14 @@ Procedure ИсполняемыеСценарии() Export
|
||||
|
||||
EndProcedure
|
||||
|
||||
// For Asserts
|
||||
|
||||
Function ПолучитьСписокТестов(UnitTesting) Export
|
||||
|
||||
Return OPI_TestDataRetrieval.FormAssertsTestsCLI();
|
||||
|
||||
EndFunction
|
||||
|
||||
#Region RunnableTests
|
||||
|
||||
#Region Telegram
|
||||
|
||||
@@ -296,6 +296,19 @@ Function FormAssertsTests() Export
|
||||
|
||||
EndFunction
|
||||
|
||||
Function FormAssertsTestsCLI() Export
|
||||
|
||||
TestTable = GetTestTable();
|
||||
ArrayOfTests = New Array;
|
||||
|
||||
For Each Test In TestTable Do
|
||||
ArrayOfTests.Add("CLI_" + Test.Method);
|
||||
EndDo;
|
||||
|
||||
Return ArrayOfTests;
|
||||
|
||||
EndFunction
|
||||
|
||||
Function GetParameter(Parameter) Export
|
||||
|
||||
Path = DataFilePath();
|
||||
|
||||
@@ -296,6 +296,19 @@ Function FormAssertsTests() Export
|
||||
|
||||
EndFunction
|
||||
|
||||
Function FormAssertsTestsCLI() Export
|
||||
|
||||
TestTable = GetTestTable();
|
||||
ArrayOfTests = New Array;
|
||||
|
||||
For Each Test In TestTable Do
|
||||
ArrayOfTests.Add("CLI_" + Test.Method);
|
||||
EndDo;
|
||||
|
||||
Return ArrayOfTests;
|
||||
|
||||
EndFunction
|
||||
|
||||
Function GetParameter(Parameter) Export
|
||||
|
||||
Path = DataFilePath();
|
||||
|
||||
@@ -53,6 +53,14 @@ Procedure ИсполняемыеСценарии() Export
|
||||
|
||||
EndProcedure
|
||||
|
||||
// For Asserts
|
||||
|
||||
Function ПолучитьСписокТестов(UnitTesting) Export
|
||||
|
||||
Return OPI_TestDataRetrieval.FormAssertsTestsCLI();
|
||||
|
||||
EndFunction
|
||||
|
||||
#Region RunnableTests
|
||||
|
||||
#Region Telegram
|
||||
|
||||
@@ -1857,9 +1857,9 @@
|
||||
КонецФункции
|
||||
|
||||
Функция ПолучитьОбщийМодуль(Знач Имя)
|
||||
|
||||
|
||||
Модуль = Вычислить(Имя);
|
||||
|
||||
|
||||
Возврат Модуль;
|
||||
КонецФункции
|
||||
|
||||
|
||||
Reference in New Issue
Block a user