~a-schlapsi/nunit-3.0/linux-makefile

« back to all changes in this revision

Viewing changes to src/framework/Constraints/ConstraintFactory.cs

  • Committer: Charlie Poole
  • Date: 2009-08-23 23:49:47 UTC
  • mfrom: (5.3.6 nunit-2.5-bugs)
  • Revision ID: charlie@nunit.com-20090823234947-2scwspasp4jgu28i
Merge changes from trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
157
157
        
158
158
        #endregion
159
159
        
 
160
        #region InnerException
 
161
        
 
162
        /// <summary>
 
163
        /// Returns a new ConstraintExpression, which will apply the following
 
164
        /// constraint to the InnerException property of the object being tested.
 
165
        /// </summary>
 
166
        public ResolvableConstraintExpression InnerException
 
167
        {
 
168
            get { return Has.InnerException; }
 
169
        }
 
170
        
 
171
        #endregion
 
172
        
160
173
        #region Attribute
161
174
        
162
175
        /// <summary>