Integration Test: Mock PartOf a class

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

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

  • @حسینمحسنی-ب7ق
    @حسینمحسنی-ب7ق 4 หลายเดือนก่อน

    ❤❤❤

    • @sa-es-ir
      @sa-es-ir  4 หลายเดือนก่อน

      Thanks ❣️

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

    Hi Saeed jan,
    Thanks for sharing your thoughts.
    What do you think about creating a separate class for calling the API, along with a related interface, and then injecting it into the main class? This way, we could test our code without worrying about unrelated concerns.

    • @sa-es-ir
      @sa-es-ir  4 หลายเดือนก่อน

      Thanks Masoud jan, actually that's a great idea!
      So by having a separate interface let's call it IGithubUserService and then mock the interface?
      I think that would be better and more efficient!