Skip to content

Commit

Permalink
Updated code. Set version to 0.9.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
OsirisTerje committed Jul 16, 2015
1 parent f8f5ba8 commit d5cbf26
Show file tree
Hide file tree
Showing 12 changed files with 405 additions and 393 deletions.
2 changes: 1 addition & 1 deletion CreateUnitTests.NUnit/NUnitFrameworkProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ namespace TestGeneration.Extensions.NUnit
public class NUnitFrameworkProvider : FrameworkProviderBase
{
/// <summary>
/// Initializes a new instance of the <see cref="NUnit2FrameworkProvider"/> class.
/// Initializes a new instance of the <see cref="NUnitFrameworkProvider"/> class.
/// </summary>
/// <param name="serviceProvider">The service provider to use to get the interfaces required.</param>
/// <param name="configurationSettings">The configuration settings object to be used to determine how the test method is generated.</param>
Expand Down
2 changes: 1 addition & 1 deletion CreateUnitTests.NUnit/NUnitSolutionManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ protected override void OnUnitTestProjectCreated(Project unitTestProject, CodeFu
TraceLogger.LogInfo("NUnitSolutionManager.OnUnitTestProjectCreated: Adding reference to NUnit assemblies through nuget.");

base.OnUnitTestProjectCreated(unitTestProject, sourceMethod);
this.EnsureNuGetReference(unitTestProject, "NUnit", "3.0.0-beta-2");
this.EnsureNuGetReference(unitTestProject, "NUnit", "3.0.0-beta-3");

var vsp = unitTestProject.Object as VSProject2;
var reference = vsp?.References.Find(GlobalConstants.MSTestAssemblyName);
Expand Down
2 changes: 2 additions & 0 deletions IntelliTest.NUnit/IntelliTest.NUnit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>..\Osiris.Extended.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.ExtendedReflection">
Expand All @@ -53,6 +54,7 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="NUnit2TestFramework.cs" />
<Compile Include="NUnitAssertMethodFilter.cs" />
<Compile Include="NUnitTestFramework.cs" />
<Compile Include="NUnitTestFrameworkMetadata.cs" />
Expand Down
Loading

0 comments on commit d5cbf26

Please sign in to comment.