Install MOQ - Mock Test Framework - on Unity

Поділитися
Вставка
  • Опубліковано 26 сер 2024
  • How to install the MOQ test framework on a Unity project.
    Please join Patreon / danvioletsagmiller
    Discord Link: / discord
    #unity #unity3d #tutorial #videogamedev #gamedev #architecture

КОМЕНТАРІ • 4

  • @nilmag2284
    @nilmag2284 6 днів тому

    Absolute lifesaver

  • @genevieveincolour
    @genevieveincolour Рік тому +1

    Thank you for this!!!

  • @barbarareichart267
    @barbarareichart267 9 місяців тому +1

    awesome. I tried another tutorial, which did not work. Yours worked perfectly :)

    • @dvsdev
      @dvsdev  9 місяців тому

      That's awesome. I'm glad to hear it. I've also recently discovered that interfaces are not needed for mocking, that concrete classes can also be mocked. I've never tried it, but assuming that works, that gets rid of the need for interfaces in code to get automation to work. I *will* be trying it soon.