spock
spock copied to clipboard
The Enterprise-ready testing and specification framework.
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.junit:junit-bom](https://junit.org/junit5/) ([source](https://togithub.com/junit-team/junit5)) | `5.10.2` -> `5.10.3` |...
### Describe the bug Hello, I am trying to use Suite and specify all classes I want to execute tests, but it is giving me 'No runnable methods'. I am...
Hello maintainers, I am conducting a master thesis project focused on enhancing code quality through automated refactoring of data clumps, assisted by Large Language Models (LLMs). Data clump definition A...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.hamcrest:hamcrest](http://hamcrest.org/JavaHamcrest/) ([source](https://togithub.com/hamcrest/JavaHamcrest)) | `2.2` -> `3.0` | [](https://docs.renovatebot.com/merge-confidence/) |...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.asciidoctor:asciidoctorj](https://redirect.github.com/asciidoctor/asciidoctorj) | `2.5.13` -> `3.0.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.h2database:h2](https://h2database.com) ([source](https://togithub.com/h2database/h2database)) | `2.2.224` -> `2.3.232` | [](https://docs.renovatebot.com/merge-confidence/) |...
ReflectionUtil now also uses the ContextClassLoader to load classes, which enables env like OSGi to resolve classes.
EmbeddedSpecRunner and EmbeddedSpecCompiler now support the construction with a ClassLoader. This allows the use of these classes in an OSGi environment, where the class imports in the embedded spec are...
to make EmptyOrDummyResponse extensible for type that need special handling.