Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit f7b818a6 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

adding testcase

parent 3da61867
No related branches found
No related tags found
No related merge requests found
......@@ -328,6 +328,18 @@ namespace TUGraz.VectoCore.Tests.Models.Simulation
}
[TestCase(@"E:\QUAM\Workspace\VECTO_DEV_quam\VectoCore\VectoCoreTest\TestData\Integration\ShiftStrategyV2\Allison_FC-based_AT_CONFIDENTIAL\WDB96702410158849.vecto", 5)]
public void RunDeclarationAllisonFCShift(string jobName, int runIdx)
{
RunJob_DeclSingle(jobName, runIdx);
}
[TestCase(@"E:\QUAM\Workspace\VECTO_DEV_quam\VectoCore\VectoCoreTest\TestData\Integration\ShiftStrategyV2\Allison_Voith_AT_CONFIDENTIAL\WDB96702410158849.vecto", 5)]
public void RunDeclarationAllisonVoithhift(string jobName, int runIdx)
{
RunJob_Engineering(jobName);
}
public void RunJob_Engineering(string jobName)
{
var relativeJobPath = jobName;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment