NUnit to accomplish my tests automations tasks

NUnit is the open source unit testing framework I’ve preferred to industrialize my test automation tasks.
Why NUnit? I’m co-writing and supervising application in .NET Framework, C# language and Visual Studio 2010 is my IDE. The NUnit integration with my development environment is amazing.
I decided to use NUnit only to accomplish my test about the Parser Project, at least for now.
I didn’t left out to propose NUnit for whole RLIO Project, but that’s another story!
Look here five C# code to show an example of a simple HIBC Type unit. This test uses an “IsTrue” assertion.

NUnit code

At next time with a NUnit experience background and a few simple units test example!