These changes didn't work. After playing around, I found that I had to change the ForEachTest attribute to:
[ForEachTest("User")]
(I dropped the slash); I then got a test for each entry in the XML.
These changes didn't work. After playing around, I found that I had to change the ForEachTest attribute to:
[ForEachTest("User")]
(I dropped the slash); I then got a test for each entry in the XML.