I'd like to run an approval test in a loop so that I can test 100-1000s of XML files. I get the serialiser to output to a string and then use that in the Verify() call.
However, I'd like to be able set the verify method to use a different filename for each test. The class & method name is fine, but I'd like to tag it with an additional name to describe the ID of the record being tested in the database.
Is this possible, if so how? e.g.
MyTests.Test_X.ID101.approved.txt
MyTests.Test_X.ID101.received.txt