[GitHub] jmeter pull request #344: Migrate JSON Path Assertion into JMeter core

2017-12-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/jmeter/pull/344 ---

[GitHub] jmeter pull request #344: Migrate JSON Path Assertion into JMeter core

2017-11-30 Thread artem-fedorov
Github user artem-fedorov commented on a diff in the pull request: https://github.com/apache/jmeter/pull/344#discussion_r154098390 --- Diff: src/components/org/apache/jmeter/extractor/json/jsonpath/JSONPathAssertion.java --- @@ -0,0 +1,218 @@ +/* + * Licensed to the

[GitHub] jmeter pull request #344: Migrate JSON Path Assertion into JMeter core

2017-11-30 Thread ham1
Github user ham1 commented on a diff in the pull request: https://github.com/apache/jmeter/pull/344#discussion_r153870336 --- Diff: src/components/org/apache/jmeter/extractor/json/jsonpath/JSONPathAssertion.java --- @@ -0,0 +1,218 @@ +/* + * Licensed to the Apache

[GitHub] jmeter pull request #344: Migrate JSON Path Assertion into JMeter core

2017-11-30 Thread ham1
Github user ham1 commented on a diff in the pull request: https://github.com/apache/jmeter/pull/344#discussion_r154070701 --- Diff: test/src/org/apache/jmeter/assertions/TestJSONPathAssertion.java --- @@ -0,0 +1,383 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] jmeter pull request #344: Migrate JSON Path Assertion into JMeter core

2017-11-29 Thread artem-fedorov
GitHub user artem-fedorov opened a pull request: https://github.com/apache/jmeter/pull/344 Migrate JSON Path Assertion into JMeter core You can merge this pull request into a Git repository by running: $ git pull https://github.com/artem-fedorov/jmeter donate-json-assertion