#15. |Rest Assured Framework|Print Formatted JSON & Headers As Table In Extent Report |

Поділитися
Вставка
  • Опубліковано 3 гру 2024

КОМЕНТАРІ • 10

  • @arpitarjaria2784
    @arpitarjaria2784 Рік тому +1

    doing great.. thankyou for sharing your knowledge

  • @rahulkumar-ps4oi
    @rahulkumar-ps4oi Рік тому +2

    Awsm

  • @Ankitraj5
    @Ankitraj5 Рік тому

    Log is not getting add in the report from the restUtils.

  • @a7ankitt
    @a7ankitt 9 місяців тому

    Please create a video on stream please

  • @dheerajdubey4182
    @dheerajdubey4182 Рік тому

    Hii Sir, I am not able to write the tabular code in eclipse IDE ,getting syntax error.
    can you please help me, how i can write this tabular code in eclipse IDE..

  • @imtiazahmed4500
    @imtiazahmed4500 Рік тому

    How to use extent report with cucumber junit

  • @sangramdas-x8i
    @sangramdas-x8i Рік тому

    Hi Amod, Can you please help me out please write the expression without using constructor reference "Object[][] sample=headerList.stream().map(header -> new String[] {header.getName(),header.getValue()}).toArray(Object[][]::new);" need the expression for Object[][]::new general lambda expression.Thank you!!

    • @RetargetCommon
      @RetargetCommon  Рік тому

      This is called method reference. Just learn basics of this and let me know if you are not able to decode it. Thanks

    • @sangramdas-x8i
      @sangramdas-x8i Рік тому

      @@RetargetCommon Yeah I gone through it, method reference and constructor reference but find difficulties to decode the last part for creating 2D Object Array. Can you please help me with decoding this.Thank you

    • @RetargetCommon
      @RetargetCommon  Рік тому +1

      This should be helpful. www.baeldung.com/java-method-references#constructor