Replies: 0 comments 1 reply
-
The reason the
If we exposed it in its current state, you wouldn't be able to do much with it. All of its methods operate on its private If people want to open up all of the internals so that the test runner can be extended everywhere, that's a separate discussion. My personal opinion is that we shouldn't do that. I would like to see some extension points though. For example, the first thing that comes to mind is an API for binding an arbitrary assertion library to the test runner in order to implement |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to use it for typing as I want to pass it around to some generic functions.
It also seems like it would be useful to allow extending it to build a custom test runner from this native solution. This is really what I'm trying to achieve but im not sure how to do it without the TestContext being available externally.
Beta Was this translation helpful? Give feedback.
All reactions