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 4051d906 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

additional testcase

parent 390603c8
No related branches found
No related tags found
No related merge requests found
......@@ -155,7 +155,8 @@ public class PrimaryBusSimulation
private const LoadingType RefL = LoadingType.ReferenceLoad;
private const MissionType CycleCO = MissionType.Coach;
[TestCase(@"PrimaryBus/Conventional/primary_heavyBus group41_nonSmart.xml", @"Conventional_completedBus_2.xml", @"primary_heavyBus group41_nonSmart.RSLT_VIF.xml", CycleCO, RefL, TestName = "2nd Amendment FactorMethodRunData Conventional CO RL"),
[TestCase(@"PrimaryBus/Conventional/primary_heavyBus group41_nonSmart.xml", @"Conventional_completedBus_2.xml", @"primary_heavyBus group41_nonSmart.RSLT_VIF.xml", CycleCO, RefL,
TestName = "2nd Amendment FactorMethodRunData Conventional CO RL"),
]
public void TestFactorMethodRunData(string primary, string completed, string vifFile, MissionType mission, LoadingType loading)
{
......
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