public class TestUtils
extends java.lang.Object
Constructor and Description |
---|
TestUtils() |
Modifier and Type | Method and Description |
---|---|
static java.io.File |
createTempFile(java.lang.String fileContent) |
static IBoxConfig |
getConfig() |
static BoxObject |
getFromJSON(java.lang.String json,
java.lang.Class cls) |
static IBoxJSONParser |
getJsonParser() |
public static java.io.File createTempFile(java.lang.String fileContent) throws java.io.IOException
java.io.IOException
public static BoxObject getFromJSON(java.lang.String json, java.lang.Class cls) throws BoxRestException
BoxRestException
public static IBoxConfig getConfig()
public static IBoxJSONParser getJsonParser()