Reporter | Luis Ruiz Pavón (Luis.Ruiz.Pavón) |
---|---|
Created | Mar 3, 2011 8:10:35 PM |
Updated | Jan 18, 2012 1:11:06 PM |
Priority | Major |
Type | Bug |
Fix versions | Next Major |
State | Submitted |
Assignee | Victor Kropp (victor.kropp) |
Subsystem | Unit Testing |
Affected versions | No Affected versions |
Fixed in build | No Fixed in build |
When I decorate a test method in Visual Studio 2010 using [HostType("Moles")] attribute I can't debug the test method.
[TestMethod]
[HostType("Moles")]
public void Can_Add_Product_To_ShoppinCart()
[TestMethod]
[HostType("Moles")]
public void Can_Add_Product_To_ShoppinCart()