Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use TestAdapter's IFrameworkHandle for test output messages #16

Open
IgorFedchenko opened this issue Feb 8, 2020 · 1 comment
Open
Labels
enhancement New feature or request
Milestone

Comments

@IgorFedchenko
Copy link
Contributor

Currently all messages are published to SinkCoordinator or just printed in console. Need to take these messages (possibly not all of them, but important ones) and pass to IFrameworkHandle.SendMessage method. This will write them in dotnet test output.

@IgorFedchenko IgorFedchenko added the enhancement New feature or request label Feb 8, 2020
@IgorFedchenko IgorFedchenko added this to the v1.0.0 milestone Feb 13, 2020
@Aaronontheweb Aaronontheweb modified the milestones: v1.0.0, v1.1.0 Oct 29, 2021
@Aaronontheweb
Copy link
Member

We do this for start / stop messages, but not for all of the messages that occur on each node - so that might be something for us to cleanup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants