
Java Unit Testing with JUnit 5
Test Driven Development with JUnit 5
APress
Published on 12. November 2017
Book
Paperback/Softback
XIII, 151 pages
978-1-4842-3014-5 (ISBN)
Description
Explore the new way of building and maintaining test cases with Java test driven development (TDD) using JUnit 5. This book doesn't just talk about the new concepts, it shows you ways of applying them in TDD and Java 8 to continuously deliver code that excels in all metrics.
Unit testing and test driven development have now become part of every developer's skill set. For Java developers, the most popular testing tool has been JUnit, and JUnit 5 is built using the latest features of Java. With Java Unit Testing with JUnit 5 , you'll master these new features, including method parameters, extensions, assertions and assumptions, and dynamic tests. You'll also see how to write clean tests with less code.
This book is a departure from using older practices and presents new ways of performing tests, building assertions, and injecting dependencies.
What You Will Learn
Java developers both with and without any prior unit testing experience.
Unit testing and test driven development have now become part of every developer's skill set. For Java developers, the most popular testing tool has been JUnit, and JUnit 5 is built using the latest features of Java. With Java Unit Testing with JUnit 5 , you'll master these new features, including method parameters, extensions, assertions and assumptions, and dynamic tests. You'll also see how to write clean tests with less code.
This book is a departure from using older practices and presents new ways of performing tests, building assertions, and injecting dependencies.
What You Will Learn
- Write tests the JUnit 5 way
-
Run your tests from within your IDE
- Integrate tests with your build and static analysis tools
-
Migrate from JUnit 4 to JUnit 5
Java developers both with and without any prior unit testing experience.
More details
Edition
1st ed.
Language
English
Place of publication
Berkeley
United States
Target group
Professional and scholarly
Illustrations
2 s/w Abbildungen, 45 farbige Abbildungen
XIII, 151 p. 47 illus., 45 illus. in color.
Dimensions
Height: 235 mm
Width: 155 mm
Thickness: 10 mm
Weight
265 gr
ISBN-13
978-1-4842-3014-5 (9781484230145)
DOI
10.1007/978-1-4842-3015-2
Schweitzer Classification
Other editions
Additional editions

E-Book
11/2017
APress
€79.99
Available for download
Persons
Shekhar Gulati is a seasoned Java programmer with more than 11 years of Java software development experience. He is also a public speaker and technology blogger. He is the author of the
OpenShift Cookbook
, published in October 2014.
Rahul Sharma is a seasoned Java developer with over 11 years of industry experience. He is an open-source enthusiast and has worked on various projects such as Apache Crunch and HDT. He is the author of NGINX High Performance , published in July 2015.
Rahul Sharma is a seasoned Java developer with over 11 years of industry experience. He is an open-source enthusiast and has worked on various projects such as Apache Crunch and HDT. He is the author of NGINX High Performance , published in July 2015.
Content
1: Building Software the Correct Way.- 2: Understanding Core JUnit 5.- 3: Developing an Application with JUnit 5 .- 4: Dependency Injection, Mocking, Testing Traits, and Grouping Tests.- 5: Testing Exceptions.- 6: Integrating Tools.- 7: JUnit 5 Extension Model.- 8: Dynamic Tests and Migration from JUnit 4.