Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
<Title>NUnit Extensibility Api</Title>
<Description>Contains the Types required for creating an NUnit extension of any kind.</Description>
</PropertyGroup>

</Project>
1 change: 0 additions & 1 deletion src/NUnitEngine/nunit.engine.api/IService.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Copyright (c) Charlie Poole, Rob Prouse and Contributors. MIT License - see LICENSE.txt

using System.Diagnostics.CodeAnalysis;
using NUnit.Extensibility;

namespace NUnit.Engine
{
Expand Down
4 changes: 0 additions & 4 deletions src/NUnitEngine/nunit.engine.api/ITestEventListener.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright (c) Charlie Poole, Rob Prouse and Contributors. MIT License - see LICENSE.txt

using NUnit.Extensibility;

namespace NUnit.Engine
{
/// <summary>
Expand All @@ -12,8 +10,6 @@ namespace NUnit.Engine
/// any driver and framework may add additional events and the engine will
/// simply pass them on through this interface.
/// </summary>
[TypeExtensionPoint(
Description = "Allows an extension to process progress reports and other events from the test.")]
public interface ITestEventListener
{
/// <summary>
Expand Down
Loading