-
Notifications
You must be signed in to change notification settings - Fork 325
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
Enable Trx logger in TPv2 #5
Conversation
Faizan2304
commented
Aug 11, 2016
- Add Trx Logger in Vsix.
- Pass output path to Trx logger. the path where the trx will get generated.
1) Add Trx Logger in Vsix. 2) Pass output path to Trx logger. the path where the trx will get generated.
@@ -6,11 +6,14 @@ namespace Microsoft.VisualStudio.TestPlatform.Common.Logging | |||
using Microsoft.VisualStudio.TestPlatform.ObjectModel; | |||
using Microsoft.VisualStudio.TestPlatform.ObjectModel.Client; | |||
using Microsoft.VisualStudio.TestPlatform.ObjectModel.Logging; | |||
using ObjectModel.Utilities; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use full namespace.
2) Added Test 3) Using buildable version of System.Diagnostics.TraceSource
} | ||
|
||
[TestMethod] | ||
public void GetResultsDirectoryIsReadingFromRunsettings() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nitpick : Follow convention ShouldIf.
Suggestion : Change this method's name to GetResultsDirectoryShouldReadResultsDirectoryFromSettingsIfSpecified
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed in next commit.
These changes has been merged to main branch through other Pull Request. Hence closing this. |