Pragmatic Unit Testing in Java 8 with JUnit

by: Jeff Langr, with Andy Hunt and Dave Thomas

Published 2015-03-16
Internal code utj2
Print status In Print
Pages 234
User level Beginner
Keywords java, unit testing, agile, pragmatic, XP, testing, QA
Related titles

Functional Programming in Java 8

ISBN 9781941222591
Other ISBN Channel epub: 9781680504248
Channel PDF: 9781680504255
Kindle: 9781680500752
Safari: 9781680500769
Kindle: 9781680500752
BISACs COM051390 COMPUTERS / Programming / Open Source
COM051230 COMPUTERS / Software Development & Engineering / General
COM051230 COMPUTERS / Software Development & Engineering / General

Highlight

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.

Description

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:

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!

Contents and Extracts

Preface