Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 2ddda7bd authored by Michael KRISPER's avatar Michael KRISPER
Browse files

PTO tests: updated "Schieberad" to "sliding gearwheel"

parent 115ce413
Branches
Tags
No related merge requests found
...@@ -63,7 +63,8 @@ namespace TUGraz.VectoCore.Tests.Models.Declaration ...@@ -63,7 +63,8 @@ namespace TUGraz.VectoCore.Tests.Models.Declaration
[TestCase("285/60 R22.5", 10.6, 0.914, 3.03, 0.440766), [TestCase("285/60 R22.5", 10.6, 0.914, 3.03, 0.440766),
TestCase("285/70 R19.5", 7.9, 0.895, 3.05, 0.434453), TestCase("285/70 R19.5", 7.9, 0.895, 3.05, 0.434453),
TestCase("395/85 R20", 27.9, 1.18, 3.05, 0.572798)] TestCase("395/85 R20", 27.9, 1.18, 3.05, 0.572798)]
public void WheelDataTest(string wheels, double inertia, double wheelsDiameter, double circumferenceFactor, double expectedDynamicRadius) public void WheelDataTest(string wheels, double inertia, double wheelsDiameter, double circumferenceFactor,
double expectedDynamicRadius)
{ {
var tmp = DeclarationData.Wheels.Lookup(wheels); var tmp = DeclarationData.Wheels.Lookup(wheels);
...@@ -243,13 +244,13 @@ namespace TUGraz.VectoCore.Tests.Models.Declaration ...@@ -243,13 +244,13 @@ namespace TUGraz.VectoCore.Tests.Models.Declaration
AssertHelper.Exception<VectoException>(() => { DeclarationData.ElectricSystem.Lookup(mission, technology); }); AssertHelper.Exception<VectoException>(() => { DeclarationData.ElectricSystem.Lookup(mission, technology); });
} }
[TestCase("only the drive shaft of the PTO - shift claw, synchronizer, Schieberad", 50), [TestCase("only the drive shaft of the PTO - shift claw, synchronizer, sliding gearwheel", 50),
TestCase("only the drive shaft of the PTO - multi-disc clutch", 1000), TestCase("only the drive shaft of the PTO - multi-disc clutch", 1000),
TestCase("only the drive shaft of the PTO - multi-disc clutch, oil pump", 2000), TestCase("only the drive shaft of the PTO - multi-disc clutch, oil pump", 2000),
TestCase("drive shaft and/or up to 2 gear wheels - shift claw, synchronizer, Schieberad", 300), TestCase("drive shaft and/or up to 2 gear wheels - shift claw, synchronizer, sliding gearwheel", 300),
TestCase("drive shaft and/or up to 2 gear wheels - multi-disc clutch", 1500), TestCase("drive shaft and/or up to 2 gear wheels - multi-disc clutch", 1500),
TestCase("drive shaft and/or up to 2 gear wheels - multi-disc clutch, oil pump", 3000), TestCase("drive shaft and/or up to 2 gear wheels - multi-disc clutch, oil pump", 3000),
TestCase("drive shaft and/or more than 2 gear wheels - shift claw, synchronizer, Schieberad", 600), TestCase("drive shaft and/or more than 2 gear wheels - shift claw, synchronizer, sliding gearwheel", 600),
TestCase("drive shaft and/or more than 2 gear wheels - multi-disc clutch", 2000), TestCase("drive shaft and/or more than 2 gear wheels - multi-disc clutch", 2000),
TestCase("drive shaft and/or more than 2 gear wheels - multi-disc clutch, oil pump", 4000),] TestCase("drive shaft and/or more than 2 gear wheels - multi-disc clutch, oil pump", 4000),]
public void AuxPTOTransmissionTest(string technology, double value) public void AuxPTOTransmissionTest(string technology, double value)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment