com.atlassian.bamboo.testutils.json
Class BambooJsonUtils
java.lang.Object
com.atlassian.bamboo.testutils.json.BambooJsonUtils
public class BambooJsonUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getJsonResource
public static org.codehaus.jackson.JsonNode getJsonResource(@NotNull
String resourceName,
@NotNull
Object object,
@NotNull
Properties subs)
throws IOException
- Throws:
IOException
getJsonResource
public static org.codehaus.jackson.JsonNode getJsonResource(@NotNull
String fileName,
@NotNull
Object object)
throws IOException
- Throws:
IOException
jsonPathToBoolean
public static com.google.common.base.Function<com.jayway.restassured.path.json.JsonPath,Boolean> jsonPathToBoolean(@NotNull
String path)
jsonPathToInteger
public static com.google.common.base.Function<com.jayway.restassured.path.json.JsonPath,Integer> jsonPathToInteger(@NotNull
String path)
jsonPathToList
public static <T> com.google.common.base.Function<com.jayway.restassured.path.json.JsonPath,List<T>> jsonPathToList(@NotNull
String path,
Class<T> clazz)
jsonPathToString
public static com.google.common.base.Function<com.jayway.restassured.path.json.JsonPath,String> jsonPathToString(@NotNull
String path)
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.