mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-21 20:18:05 +00:00
test: setup common stability and robustness properties tracking
This commit is contained in:
@@ -212,4 +212,4 @@ public class CcvIndicatorTests
|
||||
Assert.Contains("github.com", indicator.SourceCodeLink, StringComparison.Ordinal);
|
||||
Assert.Contains("Ccv.Quantower.cs", indicator.SourceCodeLink, StringComparison.Ordinal);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -433,4 +433,4 @@ public class CcvTests
|
||||
Assert.True(sma.IsHot);
|
||||
Assert.True(double.IsFinite(sma.Last.Value));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -301,4 +301,4 @@ public class CcvValidationTests
|
||||
Assert.True(ccv20.Last.Value >= 0);
|
||||
Assert.True(ccv50.Last.Value >= 0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user