Add extrapolation, debug graphic limits

This commit is contained in:
Иван Ивашкин
2024-12-13 13:27:07 +05:00
parent 585eb9b86b
commit 7c9bc1856b
5 changed files with 17 additions and 9 deletions

View File

@@ -9,7 +9,8 @@ namespace StructureHelperTests.UnitTests.Interpolation
{
public class InterpolationTest
{
[TestCase(1.5, 5.5, 1, 2, 5, 6)]
[TestCase(1.5, 5.5, 1, 2, 5, 6)] //Interpolation
[TestCase(9, 4, 6, 8, 1, 3)] //Extrapolation
public void InterpolationTestMethod(double x, double y, double x1, double x2, double y1, double y2)
{
//Arrange