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:
authorNick Drochak <nickd@mono-cvs.ximian.com>2003-04-21 17:35:38 +0400
committerNick Drochak <nickd@mono-cvs.ximian.com>2003-04-21 17:35:38 +0400
commitf7fa6d289f16b2ece8589bea76cafc360b9b8270 (patch)
tree5a6168544e56c1628c0f341c43804ed159dee041 /mcs/nunit/src/NUnitCore/IProtectable.cs
parent38be1c6f5f179985e0465a0855a3561d0600d0af (diff)
003-04-20 Nick Drochak <ndrochak@gol.com>
* Remove nunit version 1 svn path=/trunk/mcs/; revision=13845
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