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 Jun 12, 2021. It is now read-only.
Need to think of another way to do it. The example shown would close the method with the type parameter being System.Type and will always do so unless we special case System.Type, which is just ugly.
We could introduce a special type as a wrapper for types. E.g.
[Scenario][Example(typeof(ExampleType<RedWidget>))][Example(typeof(ExampleType<BlueWidget>))]publicstaticvoidMungingWidgets<TWidget>(TWidgetwidget)whereTWidget:IWidget,new(){"Given a {0}".f(()=>widget=new TWidget());
...}
E.g.
The text was updated successfully, but these errors were encountered: