Prove Your App WORKS: How to Write Unit Tests in Spring Boot

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

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

  • @michelchaghoury9629
    @michelchaghoury9629 Год назад +5

    Please Keep going with Testing (Unit, Integration, TestContainers, E2E Testing)

  • @kamilk.3182
    @kamilk.3182 10 месяцев назад +1

    Nice tutorial but does unit testing controllers make any sense?
    You are using here too much mocks which is not good approach
    IMHO You should run integration tests against controllers and only unit test business logic. What are your thoughts here?

  • @michelchaghoury9629
    @michelchaghoury9629 Год назад +1

    This Channel is Great

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

    really good video! Thanks! Never used Pagable, maybe add that to the video backlog, would love to learn this :)

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

    Can you go deep into this content?