Test Level

C#

[TestMethod, Isolated]
public void SwapCollection_WithFakeData()
{
	...
}

VB

<TestMethod(), Isolated()> _
Public Sub SwapCollection_WithFakeData()
	...
End Sub