From 8e5671a4763542c767a8bdba4b6ea41a2ad7691f Mon Sep 17 00:00:00 2001 From: Dan Liew Date: Mon, 17 Nov 2014 20:58:26 +0000 Subject: Introduce unit tests which use NUnit. NUnit is now a dependency so developers need to install it via NuGet. There aren't many tests yet. Just a few for Core and Basetypes but hopefully more will be added in the future. More information can be found in Source/UnitTests/README.md --- Source/UnitTests/CoreTests/CoreTests.csproj | 82 +++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 Source/UnitTests/CoreTests/CoreTests.csproj (limited to 'Source/UnitTests/CoreTests/CoreTests.csproj') diff --git a/Source/UnitTests/CoreTests/CoreTests.csproj b/Source/UnitTests/CoreTests/CoreTests.csproj new file mode 100644 index 00000000..1bad6134 --- /dev/null +++ b/Source/UnitTests/CoreTests/CoreTests.csproj @@ -0,0 +1,82 @@ + + + + + Debug + AnyCPU + {961B3BCA-2067-43B2-8E43-23C4293F21B9} + Library + Properties + CoreTests + CoreTests + v4.5 + 512 + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + ..\..\packages\NUnit.2.6.3\lib\nunit.framework.dll + + + + + + + + + + + + + + + + + + + + + {43dfad18-3e35-4558-9be2-caff6b5ba8a0} + Basetypes + + + {b230a69c-c466-4065-b9c1-84d80e76d802} + Core + + + {fcd3ac7f-9dfd-46c8-ab1e-09f0b0f16dc5} + ParserHelper + + + {59118e35-4236-495e-af6e-0d641302ed2c} + TestUtil + + + + + + + + \ No newline at end of file -- cgit v1.2.3