mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-25 13:58:04 +00:00
test: setup common stability and robustness properties tracking
This commit is contained in:
@@ -440,7 +440,7 @@ public sealed class MaenvValidationTests : IDisposable
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public void Validate_MaTypesDifferent()
|
||||
public void Validate_maTypesDifferent()
|
||||
{
|
||||
// Different MA types should produce different results (except for first bar)
|
||||
var indSma = new Maenv(10, 2.0, MaenvType.SMA);
|
||||
@@ -595,4 +595,4 @@ public sealed class MaenvValidationTests : IDisposable
|
||||
int finiteCount = values.Count(v => double.IsFinite(v));
|
||||
Assert.True(finiteCount > 100, $"Expected >100 finite values, got {finiteCount}");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user