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
There is prevailing wisdom to the contrary, but sometimes there's a good reason to have a white-box test which allows one to test against the internals of the library. Currently export semantics apply to downstream consumers, so anything not exported is implicitly private.
This request is to allow for the possibility of accessing otherwise private / inaccessible members from within a testing context.
The text was updated successfully, but these errors were encountered:
There is prevailing wisdom to the contrary, but sometimes there's a good reason to have a white-box test which allows one to test against the internals of the library. Currently
export
semantics apply to downstream consumers, so anything not exported is implicitly private.This request is to allow for the possibility of accessing otherwise private / inaccessible members from within a testing context.
The text was updated successfully, but these errors were encountered: