Saga fixture test compilation error

I tried axon-test 4.5.15, 4.6.1 I see I always get compilation error, though I see some examples in books and in blogs.

Welcome to the forum, @Arun! I am pretty sure I can help you out.

The import statement uses the FixtureConfiguration from the Aggregate Test Fixtures.
For Saga’s, you need to use the org.axonframework.test.saga.FixtureConfiguration instead.

This specific isn’t clear from the Reference Guide; our apologies for that.

Thank you @Steven_van_Beelen it works like charm, your help is apprciated :slight_smile:

1 Like