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
+1 -1
View File
@@ -195,4 +195,4 @@ public class IiiIndicatorTests
Assert.True(double.IsFinite(val1));
Assert.True(double.IsFinite(val2));
}
}
}
+1 -1
View File
@@ -408,4 +408,4 @@ public class IiiTests
var result2 = iii.Update(bar2);
Assert.Equal(-0.5 * 200, result2.Value, 10); // -0.5 * volume
}
}
}
+1 -1
View File
@@ -294,4 +294,4 @@ public class IiiValidationTests
}
}
}
}
}