You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.
The example test case filtering code does not compile. Specifically here:
GetTestCaseFilter()
has this signature:ITestCaseFilterExpression GetTestCaseFilter(IEnumerable<String> supportedProperties, Func<string, TestProperty> propertyProvider);
but
supportedProperties
in the example is aDictionary<string, TestProperty>
The text was updated successfully, but these errors were encountered: