Learn how to run integration tests using the failsafe plugin.
Also find me here:
Baeldung Author
Nguyen Nam Thai
I'm an AWS-certified developer, focusing on backend technologies. Over the past 8 years, I have been working mainly on projects built around Java and AWS.
Here's what I've written (so far):
Baeldung on Java
- All
- Maven (11)
- Testing (4)
- Spring (3)
- Reactive (3)
- Spring Security (1)
- Spring Data (1)
- Spring Boot (1)
- Java Numbers (1)
- Java List (1)
- JVM (1)
- Data (1)
- Core Java (1)
Quick Guide to the Maven Surefire Plugin
Filed under Maven
Learn how to run tests in a Maven project using the surefire plugin.
Maven Compiler Plugin
Filed under Maven
Learn how to use the Maven compiler plugin, used to compile the source code of a Maven project.
Maven Resources Plugin
Filed under Maven
Learn about the Maven resources plugin, used to copy files from resource directories to an output directory.
Content Analysis with Apache Tika
Filed under Data
Learn how to detect document types and extract content from documents with Java and Apache Tika.
How to TDD a List Implementation in Java
Learn Test-Driven Development while implementing a List implementation in Java.
Using Conditions with AssertJ Assertions
Filed under Testing
Learn how to use conditions to make your AssertJ tests even more readable.
Custom Assertions with AssertJ
Filed under Testing
Learn how to create and use custom assertJ conditions to create readable test cases.
Compiling Java *.class Files with javac
Filed under Core Java
Learn how to use javac to generate *.class files.