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
When setting gauge_clear_state_level to spec it still creates more than one instance of the implementation.
I have a base class and in the constructor I print whenever it's created.
Then my implementation inherits from that base and I add two scenarios.
I expect the ctor to be called just once for the entire spec, but it's called twice; once for the spec and then again for the first scenario.
The text was updated successfully, but these errors were encountered:
Gauge 1.1.8 gauge-dotnet 0.3.1
When setting gauge_clear_state_level to spec it still creates more than one instance of the implementation.
I have a base class and in the constructor I print whenever it's created.
Then my implementation inherits from that base and I add two scenarios.
I expect the ctor to be called just once for the entire spec, but it's called twice; once for the spec and then again for the first scenario.
The text was updated successfully, but these errors were encountered: