Move shared test code to testkit module
Open
enhancement
- Dominant language
- Java
- Stars
- 9.5k
- Forks
- 2.3k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 5
Description
### Use case
Modules should not depend on tests of the other modules.
The current setup with `testImplementation(project(":src:core", "testClasses"))` dependencies models what we had with Ant, however, that pattern is hard to maintain.
### Possible solution
A set of shared classes should be identified and moved to `/src/testkit` or a similar module.
### Possible workarounds
_No response_
### JMeter Version
5.5
### Java Version
_No response_
### OS Version
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.