Source position: fpcunit.pp line 143
public class procedure TAssert.AssertException( |
const AMessage: string; |
AExceptionClass: ExceptClass; |
AMethod: TRunMethod; |
const AExceptionMessage: string = ''; |
AExceptionContext: Integer = 0; |
AErrorAddr: Pointer = Nil |
); overload; |
AExceptionClass: ExceptClass; |
AMethod: TRunMethod; |
const AExceptionMessage: string = ''; |
AExceptionContext: Integer = 0 |
); overload; |