Infinum Talks: Testing with MockK by Ivana Grkovic

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

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

  • @nymexe
    @nymexe Год назад

    Beautiful. Love it

  • @honza139706
    @honza139706 Год назад +2

    How to test private methods?

    • @Subratsss
      @Subratsss 10 месяцев назад

      Need to design test functions such as a public function to cover that specific private function

    • @javiere.gonzalez1021
      @javiere.gonzalez1021 8 месяцев назад

      Private functions typically aren't tested if the class and it's tests are written properly. But if you must, the @VisibleForTesting annotation can help you