Bug 63763

Summary: New Element JMESPath Assertion
Product: JMeter - Now in Github Reporter: UbikLoadPack support <support>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: enhancement CC: p.mouawad
Priority: P2 Keywords: FixedInTrunk, PatchAvailable
Version: 5.2   
Target Milestone: JMETER_5.2   
Hardware: All   
OS: All   

Description UbikLoadPack support 2019-09-23 13:39:04 UTC
This is the logical suite to Bug 63727
Comment 1 UbikLoadPack support 2019-09-23 13:54:58 UTC
See:

- https://github.com/apache/jmeter/pull/498
Comment 2 Philippe Mouawad 2019-09-24 19:16:30 UTC
This is an automated email from the ASF dual-hosted git repository.

pmouawad pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git

commit 18c95a8f2cfb819a86c0575f9949c88d192eaef4
Merge: 08715e0 24b1d7f
Author: Philippe M <pmouawad@users.noreply.github.com>
AuthorDate: Tue Sep 24 21:15:31 2019 +0200

    New JMESPATH assertion (Fixes Enhancement 63763 in bugzilla) (#498)


 bin/saveservice.properties                         |   2 +
 .../assertions/gui/JSONPathAssertionGui.java       |  58 +++--
 .../assertions/jmespath/JMESPathAssertion.java     | 258 +++++++++++++++++++++
 .../jmespath/gui/JMESPathAssertionGui.java         | 118 ++++++++++
 .../extractor/json/jmespath/JMESPathCache.java     |  77 ++++++
 .../json/jmespath/JMESPathCacheLoader.java         |  44 ++++
 .../extractor/json/jmespath/JMESPathExtractor.java |  67 ++----
 .../{ => gui}/TestJSONPathAssertionGui.java        |   4 +-
 .../assertions/jmespath/TestJMESPathAssertion.java | 200 ++++++++++++++++
 .../gui/JMESPathAssertionGuiTest.java}             |  27 +--
 .../java/org/apache/jmeter/save/SaveService.java   |   2 +-
 .../apache/jmeter/resources/messages.properties    |   7 +
 .../apache/jmeter/resources/messages_fr.properties |   7 +
 xdocs/changes.xml                                  |   3 +-
 xdocs/usermanual/component_reference.xml           |  23 +-
 15 files changed, 813 insertions(+), 84 deletions(-)
Comment 3 The ASF infrastructure team 2022-09-24 20:38:18 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/5165