mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-23 04:58:08 +00:00
test: setup common stability and robustness properties tracking
This commit is contained in:
@@ -189,4 +189,4 @@ public class VwapIndicatorTests
|
||||
// All values after reset should be similar (since price is constant)
|
||||
Assert.True(valuesAtReset.Count >= 2, "Should have multiple reset points");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -426,4 +426,4 @@ public class VwapTests
|
||||
Assert.Equal(batchResult.Values[i], streamingResults[i], 10);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -258,4 +258,4 @@ public class VwapValidationTests
|
||||
double expectedTypicalPrice = (30.0 + 10.0 + 20.0) / 3.0;
|
||||
Assert.Equal(expectedTypicalPrice, result.Value, 10);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user