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

TAssert.AssertNotNull

Declaration

Source position: fpcunit.pp line 168

public class procedure TAssert.AssertNotNull(

  const AMessage: string;

  AObject: TObject

); overload;

class procedure TAssert.AssertNotNull(

  const AMessage: string;

  const AFormatArgs: array of Const;

  AObject: TObject

); overload;

class procedure TAssert.AssertNotNull(

  AObject: TObject

); overload;

class procedure TAssert.AssertNotNull(

  const AMessage: string;

  APointer: Pointer

); overload;

class procedure TAssert.AssertNotNull(

  const AMessage: string;

  const AFormatArgs: array of Const;

  APointer: Pointer

); overload;

class procedure TAssert.AssertNotNull(

  APointer: Pointer

); overload;

class procedure TAssert.AssertNotNull(

  const AMessage: string;

  const AString: string

); overload;

class procedure TAssert.AssertNotNull(

  const AMessage: string;

  const AFormatArgs: array of Const;

  AString: string

); overload;

class procedure TAssert.AssertNotNull(

  const AString: string

); overload;


Documentation generated on: 2025-07-25