Unit 'jsonfpcunit' Package
[Overview][Classes][Index] [#fcl-json]

TTestJSONHelper.AssertJSONInteger

Declaration

Source position: jsonfpcunit.pp line 54

class function TTestJSONHelper.AssertJSONInteger(

  D: TJSONData;

  AValue: Integer

):TJSONNumber;

class function TTestJSONHelper.AssertJSONInteger(

  const Msg: string;

  D: TJSONData;

  AValue: Integer

):TJSONNumber;

class function TTestJSONHelper.AssertJSONInteger(

  D: TJSONData;

  const AName: string;

  AValue: Integer

):TJSONNumber;

class function TTestJSONHelper.AssertJSONInteger(

  const Msg: string;

  D: TJSONData;

  const AName: string;

  AValue: Integer

):TJSONNumber;


Documentation generated on: 2025-07-25