Normal
> Is there any template/example unit test?Well, there are some tests written. I'm partial to the ones written by myself :lol:They can be found in MediaPortal.Tests\Core\PlayLists> I assume it is the NUnit framework that is used since it is linked> (although not mentioned in the text), is there any specific instructions> of how to use it?The NUnit website explains it all a lot better than I could ever try to. Go there! http://www.nunit.org/index.php?p=docHome&r=2.2.5> Is there a repository of existing unit tests? Are they/should they>be checked in somewhere?MediaPortal.Tests is your friend.
> Is there any template/example unit test?
Well, there are some tests written. I'm partial to the ones written by myself :lol:
They can be found in MediaPortal.Tests\Core\PlayLists
> I assume it is the NUnit framework that is used since it is linked
> (although not mentioned in the text), is there any specific instructions
> of how to use it?
The NUnit website explains it all a lot better than I could ever try to. Go there! http://www.nunit.org/index.php?p=docHome&r=2.2.5
> Is there a repository of existing unit tests? Are they/should they
>be checked in somewhere?
MediaPortal.Tests is your friend.