I tried writing the following TestCase for an NUnit test written in VB.net:
\")> Public Sub
The correct way to escape double-quotes in VB is by doubling the double-quotes:
<TestCase("FirstNode", "<node id=""FirstNode"">")>