mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-22 04:28:04 +00:00
test: setup common stability and robustness properties tracking
This commit is contained in:
@@ -135,4 +135,4 @@ public class PvrIndicatorTests
|
||||
double val = indicator.LinesSeries[0].GetValue(0);
|
||||
Assert.Equal(4.0, val);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -354,4 +354,4 @@ public class PvrTests
|
||||
|
||||
Assert.True(pvr.IsHot);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -136,4 +136,4 @@ public class PvrValidationTests
|
||||
ValidationHelper.VerifyData(mode1Values.ToArray(), mode3Values, 0, 100, 1e-9);
|
||||
ValidationHelper.VerifyData(mode1Values.ToArray(), mode4Values, 0, 100, 1e-9);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user