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 73340c1a authored by Michael KRISPER's avatar Michael KRISPER
Browse files

prepared test for pt1 declaration file

parent b8dc8caa
No related branches found
No related tags found
No related merge requests found
......@@ -37,10 +37,90 @@ namespace TUGraz.VectoCore.Tests.Models
[TestMethod]
public void PT1Test()
{
//var pt1 = DeclarationData.PT1;
//// FIXED POINTS
//Assert.AreEqual(0, pt1.Lookup(400));
//Assert.AreEqual(0.47, pt1.Lookup(800));
//Assert.AreEqual(0.58, pt1.Lookup(1000));
//Assert.AreEqual(0.53, pt1.Lookup(1200));
//Assert.AreEqual(0.46, pt1.Lookup(1400));
//Assert.AreEqual(0.43, pt1.Lookup(1500));
//Assert.AreEqual(0.22, pt1.Lookup(1750));
//Assert.AreEqual(0.2, pt1.Lookup(1800));
//Assert.AreEqual(0.11, pt1.Lookup(2000));
//Assert.AreEqual(0.11, pt1.Lookup(2500));
//// INTERPOLATE
//Assert.AreEqual(0.235, pt1.Lookup(600));
//Assert.AreEqual(0.525, pt1.Lookup(900));
//Assert.AreEqual(0.555, pt1.Lookup(1100));
//Assert.AreEqual(0.495, pt1.Lookup(1300));
//Assert.AreEqual(0.445, pt1.Lookup(1450));
//Assert.AreEqual(0.325, pt1.Lookup(1625));
//Assert.AreEqual(0.21, pt1.Lookup(1775));
//Assert.AreEqual(0.155, pt1.Lookup(1900));
//Assert.AreEqual(0.11, pt1.Lookup(2250));
// TODO EXTRAPOLATE
//Assert.AreEqual(??, pt1.Lookup(0));
//Assert.AreEqual(??, pt1.Lookup(100));
//Assert.AreEqual(??, pt1.Lookup(200));
//Assert.AreEqual(??, pt1.Lookup(300));
//Assert.AreEqual(??, pt1.Lookup(2500));
Assert.Inconclusive();
}
[TestMethod]
public void WHTCTest()
{
Assert.Inconclusive();
}
[TestMethod]
public void AccelerationTest()
{
Assert.Inconclusive();
}
[TestMethod]
public void AuxEXTechTest()
{
Assert.Inconclusive();
}
[TestMethod]
public void AuxFanTechTest()
{
Assert.Inconclusive();
}
[TestMethod]
public void AuxHVACTest()
{
Assert.Inconclusive();
}
[TestMethod]
public void AuxPSTest()
{
Assert.Inconclusive();
}
[TestMethod]
public void AuxSPTableTest()
{
Assert.Inconclusive();
}
[TestMethod]
public void AuxSPTechTest()
{
Assert.Inconclusive();
}
[TestMethod]
public void SegmentTest()
......
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