- JsonDiff - Class in org.wuokko.robot.restlib
-
- JsonDiff() - Constructor for class org.wuokko.robot.restlib.JsonDiff
-
- JsonElementNotFoundException - Exception in org.wuokko.robot.restlib.exception
-
- JsonElementNotFoundException(String) - Constructor for exception org.wuokko.robot.restlib.exception.JsonElementNotFoundException
-
- jsonElementShouldMatch(String, String, Object) - Method in class org.wuokko.robot.restlib.JsonPathLibrary
-
Checks if the given value matches the one found by the `jsonPath` from
the `source`.
- JsonNotEqualException - Exception in org.wuokko.robot.restlib.exception
-
- JsonNotEqualException(String) - Constructor for exception org.wuokko.robot.restlib.exception.JsonNotEqualException
-
- JsonNotValidException - Exception in org.wuokko.robot.restlib.exception
-
- JsonNotValidException(String) - Constructor for exception org.wuokko.robot.restlib.exception.JsonNotValidException
-
- JsonPathLibrary - Class in org.wuokko.robot.restlib
-
Robot Framework REST Library is a library for testing REST APIs in JSON
format.
- JsonPathLibrary() - Constructor for class org.wuokko.robot.restlib.JsonPathLibrary
-
Default constructor with no arguments.
- JsonPathLibrary(String) - Constructor for class org.wuokko.robot.restlib.JsonPathLibrary
-
Instantiates a library with custom named properties file.
- jsonShouldBeEqual(String, String) - Method in class org.wuokko.robot.restlib.JsonPathLibrary
-
Checks if the given JSON contents are equal.
- jsonShouldBeEqual(String, String, boolean) - Method in class org.wuokko.robot.restlib.JsonPathLibrary
-
Checks if the given JSON contents are equal.
- jsonShouldHaveElementCount(String, String, Integer) - Method in class org.wuokko.robot.restlib.JsonPathLibrary
-
Find JSON element by `jsonPath` from the `source` and check if the amount of found elements matches the given `count`.