Book description
The Pragmatic Programmers classic is back! Freshly updated for modern software development, Pragmatic Unit Testing in Java 8 With JUnit teaches you how to write and run easily maintained unit tests in JUnit with confidence. You'll learn mnemonics to help you know what tests to write, how to remember all the boundary conditions, and what the qualities of a good test are. You'll see how unit tests can pay off by allowing you to keep your system code clean, and you'll learn how to handle the stuff that seems too tough to test.
Pragmatic Unit Testing in Java 8 With JUnit steps you through all the important unit testing topics. If you've never written a unit test, you'll see screen shots from Eclipse, IntelliJ IDEA, and NetBeans that will help you get past the hard part--getting set up and started.
Once past the basics, you'll learn why you want to write unit tests and how to effectively use JUnit. But the meaty part of the book is its collected unit testing wisdom from people who've been there, done that on production systems for at least 15 years: veteran author and developer Jeff Langr, building on the wisdom of Pragmatic Programmers Andy Hunt and Dave Thomas. You'll learn:
- How to craft your unit tests to minimize your effort in maintaining them.
- How to use unit tests to help keep your system clean.
- How to test the tough stuff.
- Memorable mnemonics to help you remember what's important when writing unit tests.
- How to help your team reap and sustain the benefits of unit testing.
You won't just learn about unit testing in theory--you'll work through numerous code examples. When it comes to programming, hands-on is the only way to learn!
Publisher resources
Table of contents
-
Pragmatic Unit Testing in Java 8 with JUnit
- For the Best Reading Experience...
- Table of Contents
- Foreword
- Early praise for Pragmatic Unit Testing in Java 8 with JUnit
- Preface
- Part 1: Unit-Testing Foundations
-
Part 2: Mastering Manic Mnemonics!
- Chapter 5: FIRST Properties of Good Tests
-
Chapter 6: What to Test: The Right-BICEP
- [Right ] -BICEP: Are the Results Right?
- Right-[B ] ICEP: Boundary Conditions
- Remembering Boundary Conditions with CORRECT
- Right-B[I ] CEP: Checking Inverse Relationships
- Right-BI[C ] EP: Cross-Checking Using Other Means
- Right-BIC[E ] P: Forcing Error Conditions
- Right-BICE[P ] : Performance Characteristics
- After
- Chapter 7: Boundary Conditions: The CORRECT Way
-
Part 3: The Bigger Design Picture
- Chapter 8: Refactoring to Cleaner Code
- Chapter 9: Bigger Design Issues
- Chapter 10: Using Mock Objects
-
Chapter 11: Refactoring Tests
- Searching for an Understanding
- Test Smell: Unnecessary Test Code
- Test Smell: Missing Abstractions
- Test Smell: Irrelevant Information
- Test Smell: Bloated Construction
- Test Smell: Multiple Assertions
- Test Smell: Irrelevant Details in Test
- Test Smell: Misleading Organization
- Test Smell: Implicit Meaning
- Adding a New Test
- After
- Part 4: The Bigger Unit-Testing Picture
- Appendix 1: Setting Up JUnit in IntelliJ IDEA and NetBeans
Product information
- Title: Pragmatic Unit Testing in Java 8 with JUnit
- Author(s):
- Release date: March 2015
- Publisher(s): Pragmatic Bookshelf
- ISBN: 9781941222591
You might also like
video
JUnit and Mockito Unit Testing for Java Developers
Are you looking for a simple, no-nonsense guide to learning how unit testing works? This video …
book
Java Unit Testing with JUnit 5: Test Driven Development with JUnit 5
Explore the new way of building and maintaining test cases with Java test driven development (TDD) …
book
Testing with JUnit
Master high quality software development driven by unit tests About This Book Design and implement robust …
book
Testing Java Microservices
Testing Java Microservices teaches you to implement unit and integration tests for microservice systems running on …