Spring Framework Test Coverage

Hi everyone!
I have recently started to approach the coverage test in camunda, and I found this problem:

Is it possible to test camunda with spring framework (so without spring boot) using the spring context with all the service tasks already registered as spring component?
Or is it mandatory to instantiate them in the test one by one?

It would be very useful if you had a simple project that tests a bpm that has a series of servicetasks in it without using Spring Boot.

Thanks!

P.S: I probably have the wrong category.

No suggestion?