Unit Test Tip: Encode test data as part of your test xml comments

My blog has moved. You can view this post at the following address: http://www.osherove.com/blog/2007/6/25/unit-test-tip-encode-test-data-as-part-of-your-test-xml-comm.html
Published Monday, June 25, 2007 6:59 PM by RoyOsherove

Comments

Monday, June 25, 2007 8:10 PM by ISerializable - Roy Osherove's Blog

# Implementing Unit Test MetaData using XtUnit custom attributes

Regarding my last post on xml comments used inside a unit test Here's how you can implement the same

# Better alternative to unit test data. « Vadim’s Weblog

Pingback from  Better alternative to unit test data. « Vadim’s Weblog

Sunday, July 22, 2007 11:41 PM by Ftorres

# re: Unit Test Tip: Encode test data as part of your test xml comments

I created something similar but based on .NET attribute, named www.quickunit.net.

It is a kind of experimental unit test framework, and I am looking for some feedbacks.