[JAVA] [For beginners] I tried using JUnit 5 in Eclipse

__ * All information is as of the time the article was created .__

What is JUnit

Framework for automatic unit testing of Java programs [1]

Operating environment

Hardware: MacBook Pro (Retina, 13-inch, Mid 2014) OS: MacOS Mojave 10.14.3 IDE: Eclipse 2019-03 (Japaneseized)

Make JUnit 5 work in Eclipse

However, since Eclipse installs JUnit as standard, there is nothing to install newly.

  1. In "Project Explorer", right-click the project that uses JUnit.
  2. Click "Properties".
  3. Select "Java Build Path" and click "Library".
  4. Click "Add Library". <img width = "766" alt = "Screenshot 2019-06-16 15.36.09.png " src = "https://qiita-image-store.s3.ap" -northeast-1.amazonaws.com/0/210617/a1de5c8a-6e7f-3801-8e45-83b36b98d989.png ">
  5. Select "JUnit" and click "Next". Screenshot 2019-06-16 15.36.46.png
  6. Select "JUnit 5" in "JUnit Library Version" and click "Finish". Screenshot 2019-06-16 15.37.01.png

next

Try testing the test target class with JUnit 5 (creating an article soon)

reference

[1] JUnit --Wikipedia

Recommended Posts

[For beginners] I tried using JUnit 5 in Eclipse
I tried using an extended for statement in Java
I tried using JWT in Java
I tried using Elasticsearch API in Java
[For beginners] How to debug in Eclipse
I tried setting Java beginners to use shortcut keys in eclipse
I tried using Docker for the first time
I tried using Junit on Mac VScode Maven
I tried using Gson
Prepare for log output using log4j in Eclipse.
I tried using TestNG
I tried using Galasa
I tried using a database connection in Android development
I tried using Google Cloud Vision API in Java
I tried using the Migration Toolkit for Application Binaries
I tried using Docker Desktop for Windows on Windows 10 Home
Gradle settings for using JUnit 5
I tried using azure cloud-init
I tried using Apache Wicket
I tried using Java REPL
Using Amateurs UML in Eclipse
I tried metaprogramming in Java
I tried to introduce Bootstrap 4 to the Rails 6 app [for beginners]
[Rails] I tried using the button_to method for the first time
I tried using Dapr in Java to facilitate microservice development
I tried using anakia + Jing now
Rock-paper-scissors game for beginners in Java
I tried using Spring + Mybatis + DbUnit
[For beginners] Run Selenium in Java
I tried using JOOQ with Gradle
I tried putting Domino11 in CentOS7
I tried using Java8 Stream API
[Android] I tried using Coordinator Layout.
I tried using Pari gp container
I tried using WebAssembly Stadio (2018/4/17 version)
I tried using Java memo LocalDate
I tried using GoogleHttpClient of Java
I tried to display the calendar on the Eclipse console using Java.
I tried a calendar problem in Ruby
I tried using Realm with Swift UI
I tried using UICollectionViewListCell added from Xcode12.
I searched for CSRF in Ruby's Gem
I tried Cassandra's Object Mapper for Java
I tried using Scalar DL with Docker
I tried the new era in Java
I got stuck using snake case for variable name in Spring Boot
Enjoy JUnit 5 in Eclipse before official release
Enable code completion in Eclipse for Mac
I tried using OnlineConverter with SpringBoot + JODConverter
It's new, but I tried using Groonga
I tried using OpenCV with Java + Tomcat
I wrote EX25 of AtCoder Programming Guide for beginners (APG4b) in java.
I tried the AutoValue library in Intellij
I tried to make a talk application in Java using AI "A3RT"
I tried embedding a formula in Javadoc
I tried barcode scanning using Rails + React + QuaggaJS
Eclipse Pleiades All in One for Mac released
I tried to implement polymorphic related in Nogizaka.
ChatWork4j for using the ChatWork API in Java
Technology for reading Java source code in Eclipse
Environment construction procedure for using PowerMock with JUnit