Skip to content

Commit 6dbd0e1

Browse files
committed
prev commit.
1 parent e0956bc commit 6dbd0e1

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Tests/IndicatorTests.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,13 @@ static void stateEquals(object a, object b)
116116
}
117117
}
118118

119+
[TestMethod]
120+
public void ComplexValues()
121+
{
122+
foreach (var type in GetIndicatorTypes())
123+
type.OutputValue.Is<IComplexIndicatorValue>().AssertEqual(type.IsComplex);
124+
}
125+
119126
[TestMethod]
120127
public void NumValuesToInitialize()
121128
{

0 commit comments

Comments
 (0)