Unit Testing in Unity - When Should You Do It?

Поделиться
HTML-код
  • Опубликовано: 24 дек 2024

Комментарии •

  • @InfallibleCode
    @InfallibleCode  5 лет назад +1

    ❤️ Consider supporting this channel by becoming a Patron: www.patreon.com/infalliblecode

  • @허재욱-b7i
    @허재욱-b7i 4 года назад +3

    Starting from your unit testing video before, Now I have reached here.
    So much good knowledge that cannot earn easily in normal life.
    Have my thanks, bro.

  • @In-N-Out333
    @In-N-Out333 5 лет назад +4

    When was this video streamed? It's not on the Infallible Code channel.

  • @andreysudakov8377
    @andreysudakov8377 5 лет назад

    I would add that u should do tests if checking results for correctness is mush easier than getting the correct result.
    For example checking if collection is sorted easier than sort the collection.

  • @SanyaIVLitvyak
    @SanyaIVLitvyak 5 лет назад

    Do you have any resources on how to unit test in Unreal Engine projects? From what I understand there are tools for it but I don't quite understand how to set it up.