This content was deleted by the author. You can see it from Blockchain History logs.

JUnit 5 - More than just a Testing Framework for Java

JUnit 5

More than just a Testing Framework for Java


Screenshots

unnamed.png

junit.png
View Image

Hunter's comment

JUnit 5 is a platform that serves as a basis for launching framework testing on JVM. It also can defines the Test Engine API to develop test frameworks running on the platform.

This tool requires Java 8 at runtime. In order to test the code that has been compiled with the previous of JDK version.

JUnit can also help automate source code testing and testing can be tiered from the class, package, application level, until integration testing between applications.

Cool faeture

  • Nested Unit Tests
  • Conditions
  • Lambda Support
  • Lambda Support
  • JUnit Extensions

JUnit 5 architecture is divided into three projects:

  • JUnit Jupiter
  • JUnit Vintage
  • JUnit Platform

JUnit 5 aims to create the latest foundation for testing developer side in JVM. Junit focus on Java 8 and above, also allows many different types of testing.

If you want to know what is JUnit and learn (more here

This is open source, you can see all the codes and problems in GitHub Repisitory

See also Javadoc hete


Link

https://junit.org/junit5/


Contributors

Hunter: @shaphir



Steemhunt.com

This is posted on Steemhunt - A place where you can dig products and earn STEEM.
View on Steemhunt.com