mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-22 12:38:06 +00:00
Add unit tests for various indicators and update project file
- Implemented unit tests for the following indicators: - KAMA (Kaufman Adaptive Moving Average) - SMA (Simple Moving Average) - T3 (Tillson T3 Moving Average) - TEMA (Triple Exponential Moving Average) - TRIMA (Triangular Moving Average) - WMA (Weighted Moving Average) - Each test class includes tests for constructor defaults, history depth, short name, initialization, processing updates, and source type handling. - Updated the Quantower.Tests.csproj to include all new test files in the lib directory.
This commit is contained in:
@@ -24,7 +24,8 @@
|
||||
<!-- Include mock types -->
|
||||
<Compile Include="Mocks\*.cs" />
|
||||
<!-- Include test files -->
|
||||
<Compile Include="*.Tests.cs" />
|
||||
<Compile Include="**\*.Tests.cs" />
|
||||
<Compile Include="..\lib\**\*.Quantower.Tests.cs" />
|
||||
<!-- Include core library types -->
|
||||
<Compile Include="..\lib\core\**\*.cs" Exclude="..\lib\core\**\*.Tests.cs" />
|
||||
<!-- Include trends implementations -->
|
||||
|
||||
Reference in New Issue
Block a user