Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/nunit/src/NUnitCore/IProtectable.cs')
-rw-r--r--mcs/nunit/src/NUnitCore/IProtectable.cs12
1 files changed, 0 insertions, 12 deletions
diff --git a/mcs/nunit/src/NUnitCore/IProtectable.cs b/mcs/nunit/src/NUnitCore/IProtectable.cs
deleted file mode 100644
index ad86136602f..00000000000
--- a/mcs/nunit/src/NUnitCore/IProtectable.cs
+++ /dev/null
@@ -1,12 +0,0 @@
-namespace NUnit.Framework
-{
- /// <summary>
- /// An <c>IProtectable</c> can be run and can throw an Exception.
- /// </summary>
- /// <seealso cref="TestResult"/>
- public interface IProtectable
- {
- /// <summary>Run the the following method protected.</summary>
- void Protect();
- }
-} \ No newline at end of file