What is AssertJ in Java?
A) A fluent assertion library for Java
B) A logging framework
C) A build automation tool
D) A database management system
Answer:
A) A fluent assertion library for Java
Explanation:
AssertJ is a fluent assertion library for Java that provides a rich set of assertions, enabling developers to write more readable and maintainable test code. It is designed to make assertions in tests more intuitive and less error-prone by providing a fluent API that supports chaining of assertions.