Still building up - and sorting out - the test application and unittesting framework.

This commit is contained in:
sb 2008-06-19 09:04:00 +00:00
parent da2d7359ce
commit 4ef11ec48e
9 changed files with 371 additions and 19 deletions

11
UnitTests/Program.cs Executable file
View file

@ -0,0 +1,11 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace UnitTests {
class Program {
static void Main(string[] args) {
}
}
}