lundi 3 septembre 2018

Run Spock tests under common spring context

I use Spock framework to run my tests. Each test class has Spring's annotation @ContextConfiguration over it. As I see context is brought up for every test class and it takes a lot of time to run a couple of dozens of tests in different classes. Is there a way to configure Spock test classes to run under common spring context?

Aucun commentaire:

Enregistrer un commentaire