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
It would be extremely useful for individual tests to support finalizers, alongside the already-supported initializers. At the moment, one has to either (a) include the finalizer of the previous test in the initializer of the next, and thread the state between them globally, or (b) use GC finalizers.
The text was updated successfully, but these errors were encountered:
It would be extremely useful for individual tests to support finalizers, alongside the already-supported initializers. At the moment, one has to either (a) include the finalizer of the previous test in the initializer of the next, and thread the state between them globally, or (b) use GC finalizers.
The text was updated successfully, but these errors were encountered: