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

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

add testcase for pneumatic system 'vacuum pump'

parent 16085c13
No related branches found
No related tags found
No related merge requests found
......@@ -350,6 +350,7 @@ namespace TUGraz.VectoCore.Tests.Models.Declaration
TestCase("Large Supply + ESS + AMS", new[] { 1100, 1000, 1000, 1000, 1000 }),
TestCase("Large Supply + visco clutch + AMS", new[] { 800, 800, 800, 800, 700 }),
TestCase("Large Supply + mech. clutch + AMS", new[] { 300, 500, 500, 500, 400 }),
TestCase("Vacuum pump", new[] { 190, 160, 130, 130, 130 }),
]
public void AuxPneumaticSystemTest(string technology, int[] expected)
{
......
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