Esempio n. 1
0
 public void Add(ExceptionList exceptionList)
 {
     exceptions.AddRange(exceptionList.exceptions);
 }
Esempio n. 2
0
File: Case.cs Progetto: ncgonz/fixie
 public Case(Type testClass, MemberInfo caseMethod)
 {
     Class = testClass;
     Member = caseMethod;
     Exceptions = new ExceptionList();
 }
Esempio n. 3
0
 public void Add(ExceptionList exceptionList)
 {
     exceptions.AddRange(exceptionList.exceptions);
 }
Esempio n. 4
0
 public Case(Type testClass, MemberInfo caseMethod)
 {
     Class      = testClass;
     Member     = caseMethod;
     Exceptions = new ExceptionList();
 }