## Issue As discussed with @dliubarskyi on - https://github.com/langchain4j/langchain4j/pull/2437#discussion_r1928261580 ## Change Ran a trio of OpenRewrite recipes to improve the tests here: 1. [TestsShouldNotBePublic](https://docs.openrewrite.org/recipes/java/testing/cleanup/testsshouldnotbepublic) 2. [RemoveTestPrefix](https://docs.openrewrite.org/recipes/java/testing/cleanup/removetestprefix) 3. [Assertj](https://docs.openrewrite.org/recipes/java/testing/assertj/assertj-best-practices) This was followed by some light touch ups, and applying Spotless to any changed files. I've also added the recipes to those enforced on future PRs, and applied minor fixes to that workflow. Already ran the tests on a fork PR, to verify the integration - https://github.com/timtebeek/langchain4j/pull/1 ## General checklist - [x] There are no breaking changes - [x] I have added unit and/or integration tests for my change - [x] The tests cover both positive and negative cases - [x] I have manually run all the unit and integration tests in the module I have added/changed, and they are all green - [x] I have manually run all the unit and integration tests in the [core](https://github.com/langchain4j/langchain4j/tree/main/langchain4j-core) and [main](https://github.com/langchain4j/langchain4j/tree/main/langchain4j) modules, and they are all green <!-- Before adding documentation and example(s) (below), please wait until the PR is reviewed and approved. --> - [ ] I have added/updated the [documentation](https://github.com/langchain4j/langchain4j/tree/main/docs/docs) - [ ] I have added an example in the [examples repo](https://github.com/langchain4j/langchain4j-examples) (only for "big" features) - [ ] I have added/updated [Spring Boot starter(s)](https://github.com/langchain4j/langchain4j-spring) (if applicable) |
||
|---|---|---|
| .. | ||
| main/java/dev/langchain4j/data/document/parser/apache/poi | ||
| test | ||