|
void shouldExecuteCompleteWorkflow() { |
This test example with mockito is helpful, but I want to write a test against the real object so that I can also verify behavior when an real LLM implementation is involved. Do you have any examples of that kind of test setup?
For example, here's the test setup I wrote for a test against Spring Ai that provides the necessary ChatClient.