예제 #1
0
 public void Add(ExceptionList exceptionList)
 {
     exceptions.AddRange(exceptionList.exceptions);
 }
예제 #2
0
파일: Case.cs 프로젝트: ncgonz/fixie
 public Case(Type testClass, MemberInfo caseMethod)
 {
     Class = testClass;
     Member = caseMethod;
     Exceptions = new ExceptionList();
 }
예제 #3
0
 public void Add(ExceptionList exceptionList)
 {
     exceptions.AddRange(exceptionList.exceptions);
 }
예제 #4
0
 public Case(Type testClass, MemberInfo caseMethod)
 {
     Class      = testClass;
     Member     = caseMethod;
     Exceptions = new ExceptionList();
 }