Kalle Stenflo
1e6647bbce
Fix dependency issues in gradle build files
2 years ago
Samael
5138c392d5
perform CI on latest Java versions ( #816 )
3 years ago
kallestenflo
45503c6a2b
Update README.md
3 years ago
Leonid
048d8d787a
Replace Gradle OSGi plugin for BND build tools ( #730 )
...
* Swap out JCenter for Maven Central and Gradle repos
* Deprecate use of OSGi Gradle plugin
Co-authored-by: Leonid Malikov <leonid@percival.co.uk>
3 years ago
Ralph Hart
0dca7ea7f8
Update json-path-assert version in README ( #633 )
4 years ago
Valery Yatsynovich
f07a582497
Upgrade to Hamcrest 2.1
...
https://github.com/hamcrest/JavaHamcrest/releases/tag/v2.1 :
"After a long hiatus without releases, this version simplifies the packaging of
Hamcrest into a single jar: hamcrest-2.1.jar. Other big changes include
Java 9 module compatibility, along with numerous other improvements and bug
fixes."
5 years ago
Kalle Stenflo
4bdf9b7bdc
bump dependency versions and fix build issues
6 years ago
John Bard
efd1de8ffb
Add hasNoJsonPath testcase for explicit null
7 years ago
Jochen Berger
2ccde968c2
upgrade Gradle wrapper
8 years ago
Patrik Helsing
bd5b682c7b
Make it possible to use isJson() and hasJsonPath() matchers directly on ReadContexts.
8 years ago
Patrik Helsing
ba7189c688
Get rid of Java 7 dependencies
9 years ago
Patrik Helsing
3406213da1
Removing redundant boiler plate
9 years ago
Patrik Helsing
59a1c82b18
Make it possible to correctly assert on path to null value.
9 years ago
Patrik Helsing
6823a7de1d
hasJsonPath("path.to.empty.array") will match, e.g return true
9 years ago
Patrik Helsing
6f485c8df2
Empty json arrays and empty json objects are considered valid json.
9 years ago
Bharath
76e35efb1e
added implementation for assertEquals(String path, T expected, String message)
9 years ago
kallestenflo
c87d333d1e
Update README.md
9 years ago
Patrik Helsing
84211599bf
[ #119 ] Added methods hasNoJsonPath() and withoutJsonPath(). Updated README
9 years ago
Patrik Helsing
27137211a6
[ #119 ] Added README with usage examples
9 years ago
Patrik Helsing
3b273503ff
[ #119 ] Some minor refactoring to reduce amount of code, and collect the factory methods in JsonPathMatchers
9 years ago
Patrik Helsing
015723787c
[ #119 ] First implementation of hamcrest-matchers
9 years ago
Kalle Stenflo
05dff6ac0b
Undeprecated Assert classes.
9 years ago
Kalle Stenflo
f6999a3c80
Deprecated JsonAssert.
9 years ago
Alexey Makeyev
4642a09ae6
corrected way to specify cause of AssertionError
9 years ago
Alexey Makeyev
22bd223f58
java 6 support
...
also, to run tests you have to downgrade org.assertj:assertj-core to 1.7.0
9 years ago
Elias Ross
fb9c621e5c
unescape strings in comparison, to deal with tabs, etc.
9 years ago
Elias Ross
c759a20188
Allow JSON values to be directly used in criteria matching
...
This is useful for matching against arrays of primitives, for example.
9 years ago
Matt Greenwood
528b97c2ec
reverting lotto.json formatting
9 years ago
Matt Greenwood
d38ec66af2
reverting lotto.json formatting
9 years ago
Matt Greenwood
6c083d3a51
reverted change to lotto.json, added test case for functions in predicates
9 years ago
Matt Greenwood
89e71a9353
initial commit of function support providing math / JSON helper routines in path execution
9 years ago
Kalle Stenflo
75b428c6fc
Fixed imports.
10 years ago
Kalle Stenflo
3cb6d6b1de
Added EvaluationListener support.
10 years ago
Kalle Stenflo
0635cfaa97
Gradle build cleanup.
10 years ago
Kalle Stenflo
bca1e6a046
Gradle build migration.
10 years ago
Kalle Stenflo
8a2969e6fc
[maven-release-plugin] prepare for next development iteration
10 years ago
Kalle Stenflo
905a9e49c5
[maven-release-plugin] prepare release json-path-parent-1.1.0
10 years ago
Kalle Stenflo
e3c1673f19
Invalid path detection improved..
10 years ago
Kalle Stenflo
3a36b87b40
[maven-release-plugin] prepare for next development iteration
10 years ago
Kalle Stenflo
3452952fdc
[maven-release-plugin] prepare release json-path-1.0.0
10 years ago
Kalle Stenflo
81ed41c70a
Added Apache License header to files.
10 years ago
Jochen Berger
0289ac00c4
replace usage of JsonProviderFactory in other modules
10 years ago
Kalle Stenflo
3386f1ab28
Clean up tests.
10 years ago
Kalle Stenflo
39a8f8e41e
Wrong assert made in test.
10 years ago
Kalle Stenflo
4194ac3e7e
Clean up.
10 years ago
Epimenidis Voutsakis
71c92474de
- Fix non-existent import
...
- Add tests for assertEquals() methods with integer arguments, both success and failing cases.
- Altered JsonAsserterImpl.java so that assertEquals() still returns AssertionError when invalid field or other reading exception.
10 years ago
Kalle Stenflo
c88638c4ef
Fixed issues
10 years ago
Kalle Stenflo
20511b5cfc
Optimized imports and removed file headers.
11 years ago
Kalle Stenflo
c2193d8663
Updated com.fasterxml.jackson.core to 2.4.0
11 years ago
Kalle Stenflo
608c1a77be
Rewrite intenals.
11 years ago