test: setup common stability and robustness properties tracking

This commit is contained in:
Miha Kralj
2026-02-27 12:50:05 -08:00
parent 4ab3a7fb53
commit 769a923a24
287 changed files with 1314 additions and 867 deletions
@@ -259,4 +259,4 @@ public sealed class PivotValidationTests
}
}
}
}
@@ -273,4 +273,4 @@ public sealed class PivotcamValidationTests
}
}
}
}
@@ -240,4 +240,4 @@ public sealed class PivotdemValidationTests
}
}
}
}
@@ -246,4 +246,4 @@ public sealed class PivotfibValidationTests
}
}
}
}
@@ -254,4 +254,4 @@ public sealed class PivotwoodValidationTests
}
}
}
}
+1 -1
View File
@@ -210,7 +210,7 @@ public sealed class PsarValidationTests
highData, lowData,
0..^0, taOut, out var outRange,
afStep, afMax);
Assert.Equal(Core.RetCode.Success, retCode);
Assert.Equal(TALib.Core.RetCode.Success, retCode);
(int offset, int length) = outRange.GetOffsetAndLength(taOut.Length);
Assert.True(length > 100, $"TALib SAR produced only {length} values");