How to escape double quotes in as a parameter to an NUnit TestCase?

The correct way to escape double-quotes in VB is by doubling the double-quotes:

<TestCase("FirstNode", "<node id=""FirstNode"">")>

Leave a Comment