Still building up - and sorting out - the test application and unittesting framework.
This commit is contained in:
parent
da2d7359ce
commit
4ef11ec48e
9 changed files with 371 additions and 19 deletions
11
UnitTests/Program.cs
Executable file
11
UnitTests/Program.cs
Executable 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) {
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue