Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 0d3576de authored by Harald Martini's avatar Harald Martini
Browse files

added testoutput to TestDeclarationCycleFactory

parent caa50707
No related branches found
No related tags found
No related merge requests found
......@@ -103,6 +103,11 @@ namespace TUGraz.VectoCore.Tests.Utils
} else if(_shortMissing) {
LastSection(cycle);
}
TestContext.Progress.WriteLine($"[{nameof(TestDeclarationCycleFactoryStartPoint)}] Cycle {mission.MissionType} restricted to \n \t" +
$" start: [{cycle.Entries.First().Distance} - {cycle.Entries.First().VehicleTargetSpeed}] \n \t" +
$" end: [{cycle.Entries.Last().Distance} - {cycle.Entries.Last().VehicleTargetSpeed}]");
return cycle;
}
......
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