Skip to content

Commit

Permalink
first commit of SImple.Testing support. Nothing here yet just setting…
Browse files Browse the repository at this point in the history
… up structure.
  • Loading branch information
gregoryyoung committed Mar 22, 2012
1 parent 648a9bd commit 24dba9c
Show file tree
Hide file tree
Showing 11 changed files with 412 additions and 2 deletions.
45 changes: 45 additions & 0 deletions AutoTest.NET.sln
Expand Up @@ -77,6 +77,16 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoTest.TestRunners", "src
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoTest.UI", "src\AutoTest.UI\AutoTest.UI.csproj", "{3FFC895E-13FE-4C04-9613-BDCAF78BD6A2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Simple.Testing", "Simple.Testing", "{5FA46723-32D9-4512-9D8A-ECD4B27F0102}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoTest.TestRunners.SimpleTesting", "src\AutoTest.TestRunner\Plugins\AutoTest.TestRunners.SimpleTesting\AutoTest.TestRunners.SimpleTesting.csproj", "{96B0635D-C7E7-40F1-981D-89D1FC4BDC49}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{D6647114-59E5-4811-8C0D-6BBA3D4A68F5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoTest.TestRunners.SimpleTesting.Tests", "src\AutoTest.TestRunner\Plugins\AutoTest.TestRunners.SimpleTesting.Tests\AutoTest.TestRunners.SimpleTesting.Tests.csproj", "{7C78B8BD-C1F7-4F36-AC77-9510E67E8F48}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoTest.TestRunners.SimpleTesting.Tests.Resources", "src\AutoTest.TestRunner\Plugins\AutoTest.TestRunners.SimpleTesting.Tests.Resources\AutoTest.TestRunners.SimpleTesting.Tests.Resources.csproj", "{F805F188-B103-4CD1-B68F-97B0A4698B15}"
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = AutoTest.NET.vsmdi
Expand Down Expand Up @@ -318,6 +328,36 @@ Global
{3FFC895E-13FE-4C04-9613-BDCAF78BD6A2}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{3FFC895E-13FE-4C04-9613-BDCAF78BD6A2}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{3FFC895E-13FE-4C04-9613-BDCAF78BD6A2}.Release|x86.ActiveCfg = Release|Any CPU
{96B0635D-C7E7-40F1-981D-89D1FC4BDC49}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96B0635D-C7E7-40F1-981D-89D1FC4BDC49}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96B0635D-C7E7-40F1-981D-89D1FC4BDC49}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{96B0635D-C7E7-40F1-981D-89D1FC4BDC49}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{96B0635D-C7E7-40F1-981D-89D1FC4BDC49}.Debug|x86.ActiveCfg = Debug|Any CPU
{96B0635D-C7E7-40F1-981D-89D1FC4BDC49}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96B0635D-C7E7-40F1-981D-89D1FC4BDC49}.Release|Any CPU.Build.0 = Release|Any CPU
{96B0635D-C7E7-40F1-981D-89D1FC4BDC49}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{96B0635D-C7E7-40F1-981D-89D1FC4BDC49}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{96B0635D-C7E7-40F1-981D-89D1FC4BDC49}.Release|x86.ActiveCfg = Release|Any CPU
{7C78B8BD-C1F7-4F36-AC77-9510E67E8F48}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C78B8BD-C1F7-4F36-AC77-9510E67E8F48}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C78B8BD-C1F7-4F36-AC77-9510E67E8F48}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{7C78B8BD-C1F7-4F36-AC77-9510E67E8F48}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{7C78B8BD-C1F7-4F36-AC77-9510E67E8F48}.Debug|x86.ActiveCfg = Debug|Any CPU
{7C78B8BD-C1F7-4F36-AC77-9510E67E8F48}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C78B8BD-C1F7-4F36-AC77-9510E67E8F48}.Release|Any CPU.Build.0 = Release|Any CPU
{7C78B8BD-C1F7-4F36-AC77-9510E67E8F48}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{7C78B8BD-C1F7-4F36-AC77-9510E67E8F48}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{7C78B8BD-C1F7-4F36-AC77-9510E67E8F48}.Release|x86.ActiveCfg = Release|Any CPU
{F805F188-B103-4CD1-B68F-97B0A4698B15}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F805F188-B103-4CD1-B68F-97B0A4698B15}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F805F188-B103-4CD1-B68F-97B0A4698B15}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{F805F188-B103-4CD1-B68F-97B0A4698B15}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{F805F188-B103-4CD1-B68F-97B0A4698B15}.Debug|x86.ActiveCfg = Debug|Any CPU
{F805F188-B103-4CD1-B68F-97B0A4698B15}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F805F188-B103-4CD1-B68F-97B0A4698B15}.Release|Any CPU.Build.0 = Release|Any CPU
{F805F188-B103-4CD1-B68F-97B0A4698B15}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{F805F188-B103-4CD1-B68F-97B0A4698B15}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{F805F188-B103-4CD1-B68F-97B0A4698B15}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -337,6 +377,7 @@ Global
{AC6F930F-CE1D-4419-A49F-4CA7AE7B74CE} = {9584B75B-B21A-44C3-97AA-BECA427E091A}
{B2F049EF-B53D-490D-9FD9-79FE31E43778} = {9584B75B-B21A-44C3-97AA-BECA427E091A}
{3B4A0917-8A55-46A0-A5ED-6AA5E853DFF5} = {9584B75B-B21A-44C3-97AA-BECA427E091A}
{5FA46723-32D9-4512-9D8A-ECD4B27F0102} = {9584B75B-B21A-44C3-97AA-BECA427E091A}
{75395DC3-E808-448E-A1F1-6C62D7FF7E80} = {D8676CE8-51F3-444D-B356-FD3FE7BE33C6}
{C8D15BC2-50DA-48CD-9B7B-48CFB7FF36F5} = {D8676CE8-51F3-444D-B356-FD3FE7BE33C6}
{50C99985-64CF-4E34-98A6-AD3CB3527A42} = {75395DC3-E808-448E-A1F1-6C62D7FF7E80}
Expand All @@ -354,6 +395,10 @@ Global
{68BA6298-D4EC-4A02-905E-1AF3C0EB2C76} = {3B4A0917-8A55-46A0-A5ED-6AA5E853DFF5}
{5EEF8AED-7FE2-4929-8C27-79FBA466BA17} = {D4655401-9406-4E3B-B347-BF09715FB6CD}
{849CF95D-A213-4CCE-B598-C328FE398FBC} = {D4655401-9406-4E3B-B347-BF09715FB6CD}
{96B0635D-C7E7-40F1-981D-89D1FC4BDC49} = {5FA46723-32D9-4512-9D8A-ECD4B27F0102}
{D6647114-59E5-4811-8C0D-6BBA3D4A68F5} = {5FA46723-32D9-4512-9D8A-ECD4B27F0102}
{7C78B8BD-C1F7-4F36-AC77-9510E67E8F48} = {D6647114-59E5-4811-8C0D-6BBA3D4A68F5}
{F805F188-B103-4CD1-B68F-97B0A4698B15} = {D6647114-59E5-4811-8C0D-6BBA3D4A68F5}
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = src\AutoTest.WinForms\AutoTest.WinForms.csproj
Expand Down
@@ -1,7 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Linq;
using AutoTest.TestRunners.Shared;
using AutoTest.TestRunners.Shared.Options;
using AutoTest.TestRunners.Shared.Results;
Expand Down
@@ -0,0 +1,54 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{F805F188-B103-4CD1-B68F-97B0A4698B15}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>AutoTest.TestRunners.SimpleTesting.Tests.Resources</RootNamespace>
<AssemblyName>AutoTest.TestRunners.SimpleTesting.Tests.Resources</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Class1.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
@@ -0,0 +1,11 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace AutoTest.TestRunners.SimpleTesting.Tests.Resources
{
public class Class1
{
}
}
@@ -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("AutoTest.TestRunners.SimpleTesting.Tests.Resources")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("AutoTest.TestRunners.SimpleTesting.Tests.Resources")]
[assembly: AssemblyCopyright("Copyright © 2012")]
[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("93a4effd-5723-4b42-928d-2ff5b9abdef6")]

// 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")]
@@ -0,0 +1,57 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{7C78B8BD-C1F7-4F36-AC77-9510E67E8F48}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>AutoTest.TestRunners.SimpleTesting.Tests</RootNamespace>
<AssemblyName>AutoTest.TestRunners.SimpleTesting.Tests</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="nunit.framework">
<HintPath>..\..\..\..\lib\NUnit\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Class1.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
@@ -0,0 +1,11 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace AutoTest.TestRunners.SimpleTesting.Tests
{
public class Class1
{
}
}
@@ -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("AutoTest.TestRunners.SimpleTesting.Tests")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("AutoTest.TestRunners.SimpleTesting.Tests")]
[assembly: AssemblyCopyright("Copyright © 2012")]
[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("5acd9e59-6fd0-4a4a-b981-e5c11b68e9ca")]

// 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")]
@@ -0,0 +1,60 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{96B0635D-C7E7-40F1-981D-89D1FC4BDC49}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>AutoTest.TestRunners.SimpleTesting</RootNamespace>
<AssemblyName>AutoTest.TestRunners.SimpleTesting</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Runner.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\AutoTest.TestRunners.Shared\AutoTest.TestRunners.Shared.csproj">
<Project>{7D34AABB-DD67-4826-AD89-75D91A1375F5}</Project>
<Name>AutoTest.TestRunners.Shared</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
@@ -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("AutoTest.TestRunners.SimpleTesting")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("AutoTest.TestRunners.SimpleTesting")]
[assembly: AssemblyCopyright("Copyright © 2012")]
[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("56b0554e-1e3d-4d69-8f49-c25c818184fc")]

// 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")]

0 comments on commit 24dba9c

Please sign in to comment.