KotlinTest Multiple Beans

92 Views Asked by At

I would like to create Tests for a SpringBoot application. I am reading an example and I cannot understard what should I do when I have multiple MyBean to test. Should I create a new Test file? Should I Autowire all of my beans into one class? What I exactly want to do is to test some RestController classes.

0

There are 0 best solutions below