Step-by-step guide to stubbing repeated method calls - JUnit Mockito Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ต.ค. 2024

ความคิดเห็น • 4

  • @marko8640
    @marko8640 2 ปีที่แล้ว +1

    Interesting video. Can you do more Mockito tutorials, but with more thorough testing? There's a bunch of Java testing tutorials on TH-cam, but they all are 'Hello World' complexity.

    • @AneeshMistry
      @AneeshMistry  2 ปีที่แล้ว +3

      Sure! If you have any specific examples, I can take a look. My next one is mocking the EntityManager class as requested from another comment

  • @Kidkromechan
    @Kidkromechan 2 ปีที่แล้ว

    Thank you for the video. Is there a way to do this with @RepeatedTest?

    • @AneeshMistry
      @AneeshMistry  2 ปีที่แล้ว +1

      Hey Tiyan, I will take a look into @RepeatedTest and publish a video on it