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
The current impl of Given and When does not allow any subclassing or even useful extension through delegation without re-implementing all of the functionality that they have.
For instance writting a TimedGiven (a Given that sets the system time to something) was a big pain.
The text was updated successfully, but these errors were encountered:
The current impl of Given and When does not allow any subclassing or even useful extension through delegation without re-implementing all of the functionality that they have.
For instance writting a TimedGiven (a Given that sets the system time to something) was a big pain.
The text was updated successfully, but these errors were encountered: