JUnit Installation & Eclipse Environement Setup How To Install JUnit JUnit Tutorial Simplilearn

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

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

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

    🔥Professional Certificate Program in Cloud Computing and DevOps (India Only) - www.simplilearn.com/cloud-computing-devops-course?BOHs67tC-QE&Comments&RUclips
    🔥DevOps Engineer Master's Program - www.simplilearn.com/devops-engineer-masters-program-certification-training?BOHs67tC-QE&Comments&RUclips
    🔥Caltech - Post Graduate Program in DevOps - www.simplilearn.com/pgp-devops-certification-training-course?BOHs67tC-QE&Comments&RUclips

  • @fmorriso
    @fmorriso 3 года назад +25

    There are multiple problems with this video:
    1. The steps on how to install JUnit do not begin until approximately 7:30 into the video.
    2. The installation information is for the older JUnit 4, not the latest JUnit 5, which is disappointing for a video published in January 2021.
    3. At about 12:30 into the video, the earlier mistake of using JUnit 4 is repeated when the @Test decorator is added to the sample JunitMethod and the chance to choose JUnit 5 is bypasssed in favor of JUnit 4.
    4. The video never actually shows how to run the unit test, which would be fine if it included a reference to a follow-up video on how to run JUnit once the test method has been defined.

  • @SimplilearnOfficial
    @SimplilearnOfficial  3 года назад +2

    Got a Question on this topic? Let us know in the comment section below 👇 and we'll have our experts answer it for you. To learn more about DevOps, visit: bit.ly/3hMi9Pl

  • @srianjanaVadevoo
    @srianjanaVadevoo 2 года назад +3

    This information is useful. Thank you

  • @Schnittnuss
    @Schnittnuss 3 года назад +2

    Thank you very much for this video. Really helped me out!