Java Unit Testing setup in IntelliJ: A Quick Guide

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

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

  • @gencymeri8770
    @gencymeri8770 3 หลายเดือนก่อน

    Literally the GOAT! Every word is spot on. I have done this in C#, C++ just wanted to do it in a project for Java. Watched a few other videos and too much spaghetti. This one was golden. Thanks!

    • @Randomcode_0
      @Randomcode_0  3 หลายเดือนก่อน

      Thanks a ton! I'm thrilled you found this tutorial clear and helpful, glad it stood out from the rest!!

  • @ShorenaKAnzhilov
    @ShorenaKAnzhilov 3 หลายเดือนก่อน

    Hello, I don't have org. example package and the folder structure under java directory the way you have it, I dont have org.example folder and Main.java file do you know why?

  • @shinkansen1907
    @shinkansen1907 19 วันที่ผ่านมา

    Thanks!

  • @strikersjuventino845
    @strikersjuventino845 5 หลายเดือนก่อน

    the GOAT

  • @DinHamburg
    @DinHamburg 8 หลายเดือนก่อน +1

    well - not good.
    I consider it bad style when you write tests without a specification on what to expect. A simple sentence in the JavaDoc for the getName() method is enough.

  • @ExploreAI-hn2ot
    @ExploreAI-hn2ot 6 หลายเดือนก่อน

    Thank You Sir