Class CommonUtils

java.lang.Object
app.getxray.xray.CommonUtils

public class CommonUtils extends Object
  • Method Details

    • logRequest

      public static void logRequest(Log logger, okhttp3.Request request, Boolean logRequest)
    • logResponse

      public static void logResponse(Log logger, okhttp3.Response response, boolean logResponse)
    • isTrue

      public static boolean isTrue(Boolean bool)
    • createHttpClient

      public static okhttp3.OkHttpClient createHttpClient(Boolean useInternalTestProxy, Boolean ignoreSslErrors, Integer timeout) throws IOException
      Throws:
      IOException
    • unzipContentsToFolder

      public static void unzipContentsToFolder(InputStream zippedContents, String outputFolder) throws IOException
      Throws:
      IOException