Unit 'fpcunit' Package
[Overview][Resource strings][Types][Classes][Procedures and functions][Index] [#fcl-fpcunit]

TAssert.AssertNoException

Declaration

Source position: fpcunit.pp line 192

public class procedure TAssert.AssertNoException(

  const AMessage: string;

  AMethod: TRunMethod

); overload;

class procedure TAssert.AssertNoException(

  const AMessage: string;

  const AFormatArgs: array of Const;

  AMethod: TRunMethod

); overload;

class procedure TAssert.AssertNoException(

  AMethod: TRunMethod

); overload;

class procedure TAssert.AssertNoException(

  const AMessage: string;

  AMethod: TRunLocalMethod

); overload;

class procedure TAssert.AssertNoException(

  const AMessage: string;

  const AFormatArgs: array of Const;

  AMethod: TRunLocalMethod

); overload;

class procedure TAssert.AssertNoException(

  AMethod: TRunLocalMethod

); overload;


Documentation generated on: 2025-07-25