Generates high-quality unit tests for Spring Boot domain objects (Entities). Focuses on logic, immutability, equality (ID-based), and 100% branch coverage without requiring a Spring context.
This skill guides the generation of unit tests for domain objects that map to the data model.
DomainObject.java to identify fields, builders, equality logic, and business methods.src/main/resources/db/migration/ to ensure the domain object's fields and types map correctly to the database schema.@SpringBootTest or Mockito extensions if not needed.equals and hashCode).ApplicationContext.