What is NXUnit?

NXUnit is a NUnit -style unit testing framework about XML for .NET Framework. It is an extension to NUnit. It brings you the ability to do unit testing easily in XML applications. It helps you to concentrate on business logic of your XML application and improve your Test Driven Development(TDD) technics. You can directly compare one XML string or stream with another, er assert that they are equal, just like doing the same thing to two integers using xUnit. But without NXUnit, you must pay attention to whitespaces in XML strings, empty elements or attributes, unimportant order of elements or attributes, unneccessary comments and so on. It's similar with XmlUnit in some aspects.

The current version is NXUnit 1.0rc1, July 2005.

 

About Me

Brian Sun
Email for Personal Biz: briansun.vip@gmail.com
Email for Company Biz: sunfang@ufida.com.cn
MSN: javaboy2010@hotmail.com
QQ: 5690056
Blog: http://www.briansun.com

HOME

PROJECT

DOWNLOAD

FEATURES

DOCUMENTATION

SAMPLE

LICENSE

CONTACT



SourceForge.net Logo

NUnit.org



Copyright© 2005, Brian Sun
All rights reserved.