~charlie.poole/nunitv2/equality-handlers

« back to all changes in this revision

Viewing changes to src/NUnitFramework/framework/Constraints/ThrowsConstraint.cs

  • Committer: Charlie Poole
  • Date: 2011-03-29 21:54:46 UTC
  • mfrom: (3257.4.15 standalone-editor)
  • Revision ID: charlie@nunit.org-20110329215446-pu1r6okg4www4zat
Remove integrated project editor and substitute new standalone editor

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
            return baseConstraint == null || baseConstraint.Matches(caughtException);
66
66
        }
67
67
 
68
 
#if NET_2_0
 
68
#if CLR_2_0
69
69
        /// <summary>
70
70
        /// Converts an ActualValueDelegate to a TestDelegate
71
71
        /// before calling the primary overload.
154
154
            }
155
155
 
156
156
                        return this.caughtException == null;
157
 
                }
 
157
        }
158
158
 
159
 
#if NET_2_0
 
159
#if CLR_2_0
160
160
        /// <summary>
161
161
        /// Converts an ActualValueDelegate to a TestDelegate
162
162
        /// before calling the primary overload.