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
I get the UnusedExampleValueException when trying to execute a test defined in a base class that includes a fluent based scenario incorporating an example.
In my setup my test fixture derives from a base class.
The base class includes a test and fields.
The test includes a fluent-based scenario that includes an example, and the headers of the examples match the name of the field(s) on the base class.
The test passed when there were no base classes.
The text was updated successfully, but these errors were encountered:
I get the UnusedExampleValueException when trying to execute a test defined in a base class that includes a fluent based scenario incorporating an example.
In my setup my test fixture derives from a base class.
The base class includes a test and fields.
The test includes a fluent-based scenario that includes an example, and the headers of the examples match the name of the field(s) on the base class.
The test passed when there were no base classes.
The text was updated successfully, but these errors were encountered: