Question

I am facing the following problems while trying to use the Spock framework

  1. Forced to inherit from Specification , is there any way to use annotations instead ?
  2. Cannot execute individual tests , only option I found from internet is @IgnoreRest annotation, is there any other way to do it ?
Était-ce utile?

La solution

ad 1. There is no way around inheriting directly or indirectly from Specification (for good reason). ad 2. It depends on whether the environment that you are executing tests in (IDE, build tool) allows to execute individual (JUnit) tests.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top