JUnit in action /
The JUnit framework is the gold standard for unit testing Java applications, and knowing it is an essential skill for Java developers. The latest version, JUnit 5, is a total overhaul, now supporting modern Java features like Lambdas and Streams. JUnit in action, third edition has been completely re...
| Main Author: | |
|---|---|
| Format: | Book |
| Language: | English |
| Published: |
Shelter Island, New York :
Manning Publications,
[2020]
|
| Edition: | Third edition. |
| Subjects: |
Table of Contents:
- Part 1. JUnit. JUnit jump-start
- Exploring core JUnit
- JUnit architecture
- Migrating from JUnit 4 to JUnit 5
- Software testing principles
- Part 2. Different testing strategies. Text quality
- Coarse-grained testing with stubs
- Testing with mock objects
- In container testing
- Part 3. Working with JUnit 5 and other tools. Running JUnit tests from Maven 3
- Running JUnit tests from Gradle 6
- JUnit IDE support
- Continuous integration with JUnit 5
- Part 4. Working with modern frameworks and JUnit 5. JUnit 5 extension model
- Presentation-layer testing
- Testing spring applications
- Testing spring boot applications
- Testing a REST API
- Testing database applications
- Part 5. Developing applications with JUnit 5. Test-driven development with JUnit 5
- Behavior-driven development with JUnit 5
- Implementing a test pyramid strategy with JUnit 5.