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.cs23
1 files changed, 12 insertions, 11 deletions
diff --git a/mcs/nunit/src/NUnitCore/IProtectable.cs b/mcs/nunit/src/NUnitCore/IProtectable.cs
index 3186ee57e8e..ad86136602f 100644
--- a/mcs/nunit/src/NUnitCore/IProtectable.cs
+++ b/mcs/nunit/src/NUnitCore/IProtectable.cs
@@ -1,11 +1,12 @@
-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();
- }
-}
+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