Untangling Coroutine Testing by Márton Braun

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

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

  • @devvilboyy676767
    @devvilboyy676767 6 หลายเดือนก่อน +9

    I always find myself going back to this video. This is easily the best video about testing flows and coroutines. I recommend it to everyone who asks about this subject.

    • @ayitinya
      @ayitinya 4 หลายเดือนก่อน

      even added it to doc in a project

  • @ChrisAthanas
    @ChrisAthanas ปีที่แล้ว +10

    Finally a talk that uses effective animations instead of just arrows!
    Thank you for taking the time to do that!
    Best talk I’ve seen on the subject I’ve seen

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

    Easily the best video on coroutine testing on the internet.

  • @hj2931
    @hj2931 ปีที่แล้ว +7

    Nice talk and learned a lot, thanks!

  • @hinocenciopaulo
    @hinocenciopaulo 8 หลายเดือนก่อน +1

    Thank you so much to all the involved in putting on this amazing talk. So much valuable information.

  • @christopherelias8022
    @christopherelias8022 8 หลายเดือนก่อน +1

    Thank you very much Márton Braun!!! Amazing presentation, super clear, straightforward and concise 👏!!!

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

    Great talk, I learned a lot! Thank you!

  • @gekylafas
    @gekylafas 9 หลายเดือนก่อน

    That was a brilliant talk!

  • @tinoutech5016
    @tinoutech5016 ปีที่แล้ว

    what a great video and what a great explanation.

  • @androidstudio1995
    @androidstudio1995 8 หลายเดือนก่อน

    That's a great talk

  • @gima123123
    @gima123123 3 วันที่ผ่านมา

    what to do if we use a library that uses IO dispatcher under the hood (we cannot inject it)? Is there a way to seting IO dispatcher the same way as we do with setMain?

  • @manusarangal449
    @manusarangal449 9 หลายเดือนก่อน

    Thank you so much!

  • @kqvanity
    @kqvanity ปีที่แล้ว

    Great!

  • @MariaYurchenko-dv6iz
    @MariaYurchenko-dv6iz 4 หลายเดือนก่อน

    is there a text version?

  • @Bozacar
    @Bozacar ปีที่แล้ว +6

    Turbine should be used for Flow testing by default, don't do it manually

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

      Yes and it’s good to know how it worked manually