Example #1
0
 public TextReporter(CheckList list) : base(list)
 {
 }
Example #2
0
 protected Reporter(CheckList list)
 {
   m_List = list;
 }
Example #3
0
 public XMLReporter(CheckList list) : base(list)
 {
 }
Example #4
0
        public HTMLReporter(CheckList list) : base(list)
        {

        }
Example #5
0
 public TextReporter(CheckList list)
     : base(list)
 {
 }
Example #6
0
 protected Reporter(CheckList list)
 {
     m_List = list;
 }