From 7f38e346a265b29643fbbb88e2722604f54d255f Mon Sep 17 00:00:00 2001 From: ceee Date: Wed, 3 Jul 2013 23:19:47 +0200 Subject: [PATCH] add Tests project; --- PocketSharp.Tests/PocketSharp.Tests.csproj | 86 ++++++++++++++++++++ PocketSharp.Tests/Properties/AssemblyInfo.cs | 36 ++++++++ PocketSharp.Tests/UnitTest1.cs | 14 ++++ README.md | 2 +- 4 files changed, 137 insertions(+), 1 deletion(-) create mode 100644 PocketSharp.Tests/PocketSharp.Tests.csproj create mode 100644 PocketSharp.Tests/Properties/AssemblyInfo.cs create mode 100644 PocketSharp.Tests/UnitTest1.cs diff --git a/PocketSharp.Tests/PocketSharp.Tests.csproj b/PocketSharp.Tests/PocketSharp.Tests.csproj new file mode 100644 index 0000000..85353dd --- /dev/null +++ b/PocketSharp.Tests/PocketSharp.Tests.csproj @@ -0,0 +1,86 @@ + + + + Debug + AnyCPU + fbe5a0d2-d0de-44b1-8b8a-cf8cd3ac2230 + Library + Properties + PocketSharp.Tests + PocketSharp.Tests + v4.0 + 512 + {3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + 10.0 + $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) + $(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages + False + UnitTest + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + 3.5 + + + + + + + + + + + + + + + + + + + + + + + False + + + False + + + False + + + False + + + + + + + + \ No newline at end of file diff --git a/PocketSharp.Tests/Properties/AssemblyInfo.cs b/PocketSharp.Tests/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..111ca0c --- /dev/null +++ b/PocketSharp.Tests/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("PocketSharp.Tests")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("PocketSharp.Tests")] +[assembly: AssemblyCopyright("Copyright © 2013")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("fbe5a0d2-d0de-44b1-8b8a-cf8cd3ac2230")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/PocketSharp.Tests/UnitTest1.cs b/PocketSharp.Tests/UnitTest1.cs new file mode 100644 index 0000000..cd31599 --- /dev/null +++ b/PocketSharp.Tests/UnitTest1.cs @@ -0,0 +1,14 @@ +using System; +using Microsoft.VisualStudio.TestTools.UnitTesting; + +namespace PocketSharp.Tests +{ + [TestClass] + public class UnitTest1 + { + [TestMethod] + public void TestMethod1() + { + } + } +} diff --git a/README.md b/README.md index 7be6b49..7edbdfa 100644 --- a/README.md +++ b/README.md @@ -252,7 +252,7 @@ Renames a tag for the specified item: ## Used Packages - [RestSharp](http://restsharp.org/) -- [ServiceStack.Text](https://github.com/ServiceStack/ServiceStack.Text). +- [ServiceStack.Text](https://github.com/ServiceStack/ServiceStack.Text) ## Contributors | [![twitter/artistandsocial](http://gravatar.com/avatar/9c61b1f4307425f12f05d3adb930ba66?s=70)](http://twitter.com/artistandsocial "Follow @artistandsocial on Twitter") |