Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions ExtentReports.Tests/App.config

This file was deleted.

102 changes: 12 additions & 90 deletions ExtentReports.Tests/ExtentReports.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,97 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\packages\NUnit3TestAdapter.3.11.2\build\net35\NUnit3TestAdapter.props" Condition="Exists('..\packages\NUnit3TestAdapter.3.11.2\build\net35\NUnit3TestAdapter.props')" />
<Import Project="..\packages\NUnit.3.11.0\build\NUnit.props" Condition="Exists('..\packages\NUnit.3.11.0\build\NUnit.props')" />
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{C695EFE8-5DC4-4512-8541-198DDA3827A7}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>AventStack.ExtentReports.Tests</RootNamespace>
<AssemblyName>ExtentReports.Tests</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<TargetFramework>netcoreapp2.1</TargetFramework>

<IsPackable>false</IsPackable>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<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' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<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, Version=3.11.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
<HintPath>..\packages\NUnit.3.11.0\lib\net45\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.Net.Http" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Base.cs" />
<Compile Include="Core\BddAttributesTests.cs" />
<Compile Include="Core\BddLevelsTests.cs" />
<Compile Include="Core\BddWithStepStatusHierarchyTests.cs" />
<Compile Include="Core\BuildsReportWithoutAttachedReporters.cs" />
<Compile Include="Core\BuildsReportWithoutTests.cs" />
<Compile Include="Core\NodeAttributesTests.cs" />
<Compile Include="Core\NodeSingleLogsStatusTests.cs" />
<Compile Include="Core\NodesStatusHierarchyTests.cs" />
<Compile Include="Core\NodeWithoutLogs.cs" />
<Compile Include="Core\TestAttributesTests.cs" />
<Compile Include="Core\TestHasUniqueIdsTests.cs" />
<Compile Include="Core\TestInitializeWithNullValues.cs" />
<Compile Include="Core\TestMediaTests.cs" />
<Compile Include="Core\TestSingleLogsStatusTests.cs" />
<Compile Include="Core\TestStatusHierarchyTests.cs" />
<Compile Include="Core\TestWithoutLogs.cs" />
<Compile Include="ParallelSupport\BaseFixture.cs" />
<Compile Include="ParallelSupport\FixtureScope\TestFixture3.cs" />
<Compile Include="Service\ExtentService.cs" />
<Compile Include="Service\ExtentTestManager.cs" />
<Compile Include="ParallelSupport\FixtureScope\TestFixture1.cs" />
<Compile Include="ParallelSupport\FixtureScope\TestFixture2.cs" />
<Compile Include="ParallelSupport\ParallelTest1.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>

<ItemGroup>
<None Include="App.config" />
<None Include="packages.config" />
<PackageReference Include="nunit" Version="3.10.1" />
<PackageReference Include="NUnit3TestAdapter" Version="3.10.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.8.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\ExtentReports\ExtentReports.csproj">
<Project>{783324ec-3d15-46a1-b34e-a1f15b97dd59}</Project>
<Name>ExtentReports</Name>
</ProjectReference>
<ProjectReference Include="..\ExtentReports\ExtentReports.csproj" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition="!Exists('..\packages\NUnit.3.11.0\build\NUnit.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\NUnit.3.11.0\build\NUnit.props'))" />
<Error Condition="!Exists('..\packages\NUnit3TestAdapter.3.11.2\build\net35\NUnit3TestAdapter.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\NUnit3TestAdapter.3.11.2\build\net35\NUnit3TestAdapter.props'))" />
</Target>

</Project>
36 changes: 0 additions & 36 deletions ExtentReports.Tests/Properties/AssemblyInfo.cs

This file was deleted.

5 changes: 0 additions & 5 deletions ExtentReports.Tests/packages.config

This file was deleted.

20 changes: 10 additions & 10 deletions ExtentReports.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.106
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExtentReports", "ExtentReports\ExtentReports.csproj", "{783324EC-3D15-46A1-B34E-A1F15B97DD59}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExtentReports", "ExtentReports\ExtentReports.csproj", "{15BC7CCB-30B0-4D12-A525-3F51E611FEB2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExtentReports.Tests", "ExtentReports.Tests\ExtentReports.Tests.csproj", "{C695EFE8-5DC4-4512-8541-198DDA3827A7}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExtentReports.Tests", "ExtentReports.Tests\ExtentReports.Tests.csproj", "{C4218638-47FB-4478-9B28-E5C738EA7B49}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{783324EC-3D15-46A1-B34E-A1F15B97DD59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{783324EC-3D15-46A1-B34E-A1F15B97DD59}.Debug|Any CPU.Build.0 = Debug|Any CPU
{783324EC-3D15-46A1-B34E-A1F15B97DD59}.Release|Any CPU.ActiveCfg = Release|Any CPU
{783324EC-3D15-46A1-B34E-A1F15B97DD59}.Release|Any CPU.Build.0 = Release|Any CPU
{C695EFE8-5DC4-4512-8541-198DDA3827A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C695EFE8-5DC4-4512-8541-198DDA3827A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C695EFE8-5DC4-4512-8541-198DDA3827A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C695EFE8-5DC4-4512-8541-198DDA3827A7}.Release|Any CPU.Build.0 = Release|Any CPU
{15BC7CCB-30B0-4D12-A525-3F51E611FEB2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{15BC7CCB-30B0-4D12-A525-3F51E611FEB2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{15BC7CCB-30B0-4D12-A525-3F51E611FEB2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{15BC7CCB-30B0-4D12-A525-3F51E611FEB2}.Release|Any CPU.Build.0 = Release|Any CPU
{C4218638-47FB-4478-9B28-E5C738EA7B49}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4218638-47FB-4478-9B28-E5C738EA7B49}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4218638-47FB-4478-9B28-E5C738EA7B49}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4218638-47FB-4478-9B28-E5C738EA7B49}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Loading