Open akblissweb opened 2 years ago
Interesting. I imagine we could make this library accept a custom dispatcher, such that you could write your own Fact-derived attribute that creates the dispatcher and this library does the heavy lifting for you. In fact we kinda already have that model since we run tests at least 3-4 ways and share some code.
Wanna take a look and see what changes would make sense and we can discuss?
Hi,
We have a custom thread, which have made which is similar to the WinForms UI thread. It involves wrapping all tests with something like:
What would be the best way to extend your package here ? Or is there a simpler way in Xunit to get this functionality ?
Thanks