[GitHub] jmeter pull request #332: Added Spock framework and some tests, both old and...

2017-11-25 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/jmeter/pull/332


---


[GitHub] jmeter pull request #332: Added Spock framework and some tests, both old and...

2017-11-19 Thread ham1
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/%3c36ce3782-dee8-388c-9539-5bcfb8d5f...@internetallee.de%3e

## How Has This Been Tested?
By running the unit tests ;)

## Screenshots (if appropriate):

## Types of changes
- Dev enhancement

## Checklist:


- [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 
Date:   2017-11-18T17:17:42Z

Added Spock framework and some tests, both old and new




---