A More Practical Guide to JUnit 5 Parameterized Tests

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

КОМЕНТАРІ • 13

  • @muurimc
    @muurimc 3 роки тому +3

    This was great video, was not aware of these kind of features

    • @codewitharho
      @codewitharho  3 роки тому

      Thanks! Yeah, there's quite a lot of new stuff compared to JUnit 4.

  • @youkaba97
    @youkaba97 2 роки тому

    Man this is awesome video. Please continue on that. Explanations are very simple, clear and helpful. Keep it up and thanks for sharing.

    • @codewitharho
      @codewitharho  2 роки тому

      Thanks, so happy that people find these useful!

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

    Amazing! 👏
    you teach good stuff, thank you Arho

  • @NateGUMBC20
    @NateGUMBC20 3 роки тому +4

    great tutorial. thank you!

    • @codewitharho
      @codewitharho  3 роки тому

      Thank you, I'm glad if it was useful!

  • @bioroxx
    @bioroxx 3 роки тому +1

    Awesome guide! Liked and subbed!

  • @punitagosar
    @punitagosar 3 роки тому

    Hi Arho, thanks for the demo. Does Junit 5 have a way to access the parameters passes to test method from outside the method, say in @AfterEach method?

    • @codewitharho
      @codewitharho  3 роки тому +1

      As far as I know, no. I don't know what the use case would be but if I had to repeat something with the parameter I would just put that inside the test.