Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Mastering Software Testing with JUnit 5

You're reading from   Mastering Software Testing with JUnit 5 Comprehensive guide to develop high quality Java applications

Arrow left icon
Product type Paperback
Published in Oct 2017
Publisher Packt
ISBN-13 9781787285736
Length 350 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Boni Garcia Boni Garcia
Author Profile Icon Boni Garcia
Boni Garcia
Arrow right icon
View More author details
Toc

Beyond JUnit 5.0

JUnit 5.0 GA (General Availability) was released on September 10, 2017. Furthermore, JUnit is a living project, and new features are planned for the next release, that is, 5.1 (with no release agenda scheduled at the time of writing). The backlog for the next release of JUnit 5 can be seen on GitHub: https://github.com/junit-team/junit5/milestone/3. Among other, the following features are planned for JUnit 5.1:

  • Scenario tests: This feature has to do with the capability of ordering different test methods within a class. To do that, the following annotations are planned:
    • @ScenarioTest: A class-level annotation used to denote that a test class contains steps that make up a single scenario test.
    • @Step: A method-level annotation used to denote that a test method is a single step within the scenario test.
    • Support for parallel tests execution: Concurrency is one of...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime