Click here to Skip to main content
15,897,291 members
Articles / Programming Languages / C#

Dynamic Unit Testing

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
1 Sep 2011CPOL3 min read 28.8K   173   16  
Dynamic Unit Testing

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Business", "Business\Business.csproj", "{E362AB3E-2AAB-43C6-A565-DD4FDD46589A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Business.Test", "Business.Test\Business.Test.csproj", "{B0A8B152-C259-4065-8F28-84AFDBEC0F0E}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{E362AB3E-2AAB-43C6-A565-DD4FDD46589A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{E362AB3E-2AAB-43C6-A565-DD4FDD46589A}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{E362AB3E-2AAB-43C6-A565-DD4FDD46589A}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{E362AB3E-2AAB-43C6-A565-DD4FDD46589A}.Release|Any CPU.Build.0 = Release|Any CPU
		{B0A8B152-C259-4065-8F28-84AFDBEC0F0E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{B0A8B152-C259-4065-8F28-84AFDBEC0F0E}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{B0A8B152-C259-4065-8F28-84AFDBEC0F0E}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{B0A8B152-C259-4065-8F28-84AFDBEC0F0E}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Italy Italy
My name is Idalgo Cantelli. I'm a software developer skilled in .Net technologies. I work with .Net since February, 2002. I also have a strong experience as a technical trainer, having taught in more than thirty classroom courses. I'm MCTS and MCPD-EAD on .Net 2.0, planning an upgrade to 3.5.

Comments and Discussions