Fixed bug issue #11
Tested in the experimental instance of 2015
Showing
2 changed files
with
8 additions
and
0 deletions
No preview for this file type
... | @@ -73,6 +73,14 @@ | ... | @@ -73,6 +73,14 @@ |
73 | <param name="guid"></param> | 73 | <param name="guid"></param> |
74 | <returns></returns> | 74 | <returns></returns> |
75 | </member> | 75 | </member> |
76 | <member name="M:WebTest.WebService.Plugin.ResultTab.Connect.SearchProjectItemsForWebTest(EnvDTE.ProjectItems,System.Guid)"> | ||
77 | <summary> | ||
78 | Iterates all project items and sub items for webtests and returns a match if found or null. | ||
79 | </summary> | ||
80 | <param name="items">The ProjectItem collection</param> | ||
81 | <param name="guid">The WebTest GUID to search for</param> | ||
82 | <returns></returns> | ||
83 | </member> | ||
76 | <member name="M:WebTest.WebService.Plugin.ResultTab.Connect.GetActiveWebTest"> | 84 | <member name="M:WebTest.WebService.Plugin.ResultTab.Connect.GetActiveWebTest"> |
77 | <summary> | 85 | <summary> |
78 | Gets the details of currently open Web Test | 86 | Gets the details of currently open Web Test | ... | ... |
-
Please register or sign in to post a comment