GitHub user ham1 opened a pull request:
https://github.com/apache/jmeter/pull/332
Added Spock framework and some tests, both old and new
## Description
WIP for adding Spock to JMeter. Created some new tests and translated some
old ones.
## Motivation and Context
See the Mocking Framework email thread:
http://mail-archives.apache.org/mod_mbox/jmeter-dev/201612.mbox/%[email protected]%3e
## How Has This Been Tested?
By running the unit tests ;)
## Screenshots (if appropriate):
## Types of changes
- Dev enhancement
## Checklist:
<!--- Go over all the following points, and put an `x` in all the boxes
that apply. -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're
here to help! -->
- [x] My code follows the [code style][style-guide] of this project.
- [ ] I have updated the documentation accordingly.
[style-guide]: https://wiki.apache.org/jmeter/CodeStyleGuidelines
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ham1/jmeter spock
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jmeter/pull/332.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #332
----
commit 86cd98eca1c14bd51673f5271ebed376e54e40db
Author: Graham Russell <[email protected]>
Date: 2017-11-18T17:17:42Z
Added Spock framework and some tests, both old and new
----
---