Example #1
0
 public ExclusionReasonModel(ExclusionReason model) : base(model)
 {
     Code   = model.Code;
     System = model.System;
 }
 /// <summary>
 /// Initializes a new instance of the CoverageExcludeAttribute with
 /// the reason why coverage is bing excluded.
 /// </summary>
 /// <param name="reason">
 /// The reason the code is being excluded from testing.
 /// </param>
 public CoverageExcludeAttribute(ExclusionReason reason)
 {
 }
 /// <summary>
 /// Initializes a new instance of the CoverageExcludeAttribute with 
 /// the reason why coverage is bing excluded.
 /// </summary>
 /// <param name="reason">
 /// The reason the code is being excluded from testing.
 /// </param>
 public CoverageExcludeAttribute(ExclusionReason reason)
 {
 }