Skip to content

Commit d2cf75f

Browse files
test: More testing of expression functions
1 parent 4e42d93 commit d2cf75f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Test/Expression/GenericExpressionTest.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ public class GenericExpressionTest
1010
[Test, TestCaseSource(typeof(StringFunctionTests), nameof(StringFunctionTests.StringFunctionTestInput))]
1111
[TestCaseSource(typeof(CollectionFunctionTests), nameof(CollectionFunctionTests.CollectionFunctionTestInput))]
1212
[TestCaseSource(typeof(LogicalFunctionTest), nameof(LogicalFunctionTest.LogicalFunctionTestInput))]
13+
[TestCaseSource(typeof(ConversionFunctionTest), nameof(ConversionFunctionTest.ConversionFunctionTestInput))]
14+
[TestCaseSource(typeof(MathFunctionTests), nameof(MathFunctionTests.MathFunctionTestInput))]
1315
public void TestFunction(Function func, string name,
1416
ValueContainer[] parameters, ValueContainer expected)
1517
{

0 commit comments

Comments
 (0)