Commit 4126ab10 4126ab1050e3c73fa255393122915c81dc83255c by Christian Gerdes

Fixed bug issue #11

Tested in the experimental instance of 2015
1 parent 0cd5fead
......@@ -73,6 +73,14 @@
<param name="guid"></param>
<returns></returns>
</member>
<member name="M:WebTest.WebService.Plugin.ResultTab.Connect.SearchProjectItemsForWebTest(EnvDTE.ProjectItems,System.Guid)">
<summary>
Iterates all project items and sub items for webtests and returns a match if found or null.
</summary>
<param name="items">The ProjectItem collection</param>
<param name="guid">The WebTest GUID to search for</param>
<returns></returns>
</member>
<member name="M:WebTest.WebService.Plugin.ResultTab.Connect.GetActiveWebTest">
<summary>
Gets the details of currently open Web Test
......