-
Notifications
You must be signed in to change notification settings - Fork 292
Define MSTest to support managed sources only #399
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
Closed
Closed
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
60e0550
Define MsTest to support managed sources only
mayankbansal018 84c0447
test log
mayankbansal018 664f4bb
logs
mayankbansal018 386f0e0
testfix
mayankbansal018 d240eb1
error
mayankbansal018 bfb5683
fail uri test
mayankbansal018 ed9808a
undo uri
mayankbansal018 cb6608b
fix
mayankbansal018 e8b0b0e
Merge branch 'master' into mstestcategory
mayankbansal018 bb9d44d
remove unnecessary changes
mayankbansal018 8fcd301
logs
mayankbansal018 d473ee0
possible test fix
mayankbansal018 8315a9d
log
mayankbansal018 d2f28fc
log
mayankbansal018 abf19c2
try to get attribute data
mayankbansal018 8c237c9
last
mayankbansal018 e6ee64e
Merge branch 'master' into mstestcategory
mayankbansal018 dd3233f
move to latest VS(15.6)
mayankbansal018 6dcca62
Merge branch 'master' into mstestcategory
mayankbansal018 92065c2
Merge branch 'mstestcategory' of https://github.com/mayankbansal018/t…
mayankbansal018 d013771
log
mayankbansal018 ff220a3
Step for adding archiving trx files
mayankbansal018 66654b7
logs
mayankbansal018 c3d31f6
remove category
mayankbansal018 18977ed
try
mayankbansal018 17182f1
Category
mayankbansal018 6ce0800
Merge branch 'master' into mstestcategory
mayankbansal018 8abc9dd
remove un-necessary changes
mayankbansal018 ab9ad2e
Merge branch 'mstestcategory' of https://github.com/mayankbansal018/t…
mayankbansal018 27f82f2
Merge branch 'master' into mstestcategory
mayankbansal018 eb06960
pass
mayankbansal018 616323d
Add test
mayankbansal018 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,6 +5,7 @@ namespace Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter | |
| { | ||
| using System; | ||
| using System.Collections.Generic; | ||
| using System.ComponentModel; | ||
| using System.IO; | ||
| using System.Linq; | ||
| using Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter.ObjectModel; | ||
|
|
@@ -20,6 +21,7 @@ namespace Microsoft.VisualStudio.TestPlatform.MSTest.TestAdapter | |
| [FileExtension(".appx")] | ||
| [FileExtension(".dll")] | ||
| [FileExtension(".exe")] | ||
| [Category("managed")] | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. A comment will be helpful. |
||
| public class MSTestDiscoverer : ITestDiscoverer | ||
| { | ||
| /// <summary> | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
This is same string only. We didn't update it to point to 15.6 machines?