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

TTestJSONHelper.AssertJSONBoolean

Declaration

Source position: jsonfpcunit.pp line 51

class function TTestJSONHelper.AssertJSONBoolean(

  D: TJSONData;

  AValue: Boolean

):TJSONBoolean;

class function TTestJSONHelper.AssertJSONBoolean(

  const Msg: string;

  D: TJSONData;

  AValue: Boolean

):TJSONBoolean;

class function TTestJSONHelper.AssertJSONBoolean(

  D: TJSONData;

  const AName: string;

  AValue: Boolean

):TJSONBoolean;

class function TTestJSONHelper.AssertJSONBoolean(

  const Msg: string;

  D: TJSONData;

  const AName: string;

  AValue: Boolean

):TJSONBoolean;


Documentation generated on: 2025-07-25