Cantitate/Preț
Produs

Java Unit Testing with JUnit 5: Test Driven Development with JUnit 5

Autor Shekhar Gulati, Rahul Sharma
en Limba Engleză Paperback – 12 noi 2017
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
  • 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

Who This Book Is For

Java developers both with and without any prior unit testing experience.

Citește tot Restrânge

Preț: 35832 lei

Preț vechi: 44790 lei
-20% Nou

Puncte Express: 537

Preț estimativ în valută:
6857 7074$ 5804£

Carte disponibilă

Livrare economică 11-25 februarie

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781484230145
ISBN-10: 1484230140
Pagini: 151
Ilustrații: XIII, 151 p. 47 illus., 45 illus. in color.
Dimensiuni: 155 x 235 x 19 mm
Greutate: 0.25 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States

Cuprins

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.

Notă biografică

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.

Textul de pe ultima copertă

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. 

Caracteristici

First book on JUnit 5 With Java gaining popularity and developer base, JUnit 5 will be the best tool to write unit tests for Java code Practical code driven introduction to JUnit 5