Skip to content

Commit

Permalink
test: More testing of expression functions
Browse files Browse the repository at this point in the history
  • Loading branch information
thygesteffensen committed Feb 28, 2021
1 parent 4e42d93 commit d2cf75f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Test/Expression/GenericExpressionTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ public class GenericExpressionTest
[Test, TestCaseSource(typeof(StringFunctionTests), nameof(StringFunctionTests.StringFunctionTestInput))]
[TestCaseSource(typeof(CollectionFunctionTests), nameof(CollectionFunctionTests.CollectionFunctionTestInput))]
[TestCaseSource(typeof(LogicalFunctionTest), nameof(LogicalFunctionTest.LogicalFunctionTestInput))]
[TestCaseSource(typeof(ConversionFunctionTest), nameof(ConversionFunctionTest.ConversionFunctionTestInput))]
[TestCaseSource(typeof(MathFunctionTests), nameof(MathFunctionTests.MathFunctionTestInput))]
public void TestFunction(Function func, string name,
ValueContainer[] parameters, ValueContainer expected)
{
Expand Down

0 comments on commit d2cf75f

Please sign in to comment.