Added Spock framework and some tests, both old and new#332
Added Spock framework and some tests, both old and new#332ham1 wants to merge 8 commits intoapache:trunkfrom ham1:spock
Conversation
Codecov Report
@@ Coverage Diff @@
## trunk #332 +/- ##
===========================================
+ Coverage 57.9% 58.08% +0.17%
- Complexity 10023 10100 +77
===========================================
Files 1148 1155 +7
Lines 73798 73897 +99
Branches 7331 7339 +8
===========================================
+ Hits 42732 42921 +189
+ Misses 28587 28496 -91
- Partials 2479 2480 +1
Continue to review full report at Codecov.
|
|
Hi @ham1 , Thank you |
|
I've fixed any conflicts now. So far I've kept the migrations of, and added to:
I've added new tests for:
Codecov edits its original comment, coverage is marginally up. I will try to add some more tests over the next few days if this is useful? Also, I don't know much about ant and the way JMeter manages dependencies, so please let me know if there's a better way. |
|
I've added some more tests:
Plus some code tidy up. Any thoughts? |
|
Thanks @ham1 , |
|
Great, thank you. If someone could merge #337 first then I can make there are no conflicts. |
Also tidied ValueResultData.
This is part of pr #332 from github. Contributed by Graham Russell git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1816319 13f79535-47bb-0310-9956-ffa450edef68
Part of pr #332 from github Contributed by Graham Russell git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1816321 13f79535-47bb-0310-9956-ffa450edef68
Part of pr #332 from github. Contributed by Graham Russell git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1816322 13f79535-47bb-0310-9956-ffa450edef68
Contributed by Graham Russell git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1816323 13f79535-47bb-0310-9956-ffa450edef68
…atting. Part of pr #332 from github Contributed by Graham Russell git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1816326 13f79535-47bb-0310-9956-ffa450edef68
Part of #332 from github Contributed by Graham Russell git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1816327 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1816329 13f79535-47bb-0310-9956-ffa450edef68
…332 Contributed by Graham Russell git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1816331 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1816332 13f79535-47bb-0310-9956-ffa450edef68
|
Thanks for your contribution. |
|
Thank you for merging! |
Follow-up to r1816319 and relates to #332 on github. git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1819017 13f79535-47bb-0310-9956-ffa450edef68
for maven, ant and the tests, too. Follow-up to r1819017 which was a follow-up to r1816319. Relates to #332 on github git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1819021 13f79535-47bb-0310-9956-ffa450edef68
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-5bcfb8d5f39a@internetallee.de%3e
How Has This Been Tested?
By running the unit tests ;)
Screenshots (if appropriate):
Types of changes
Checklist: