DataFixture MbUnit Expansion snippet for DataFixture http://www.mertner.com/confluence/display/MbUnit/DataFixture datafixture Expansion
namespace Test namespace MbUnitTests name Fixture name My resource Resource name Put the xml resource name here resourceXPath Data XPath Put the data XPath here testXPath Resource XPath Put the test case XPath here _ Public Class $name$Test #Region "Test cases" _ Public Sub ForEachTest(ByVal node As XmlNode) End Sub #End Region End Class End Namespace ]]>