static TestOptions create()

in client/src/main/java/com/google/cloud/solutions/opencensus/client/TestOptions.java [42:45]


  static TestOptions create(
      String bucket, String targetURL, int nThreads, int httpTimeout, int nIterations) {
    return new AutoValue_TestOptions(bucket, targetURL, nThreads, httpTimeout, nIterations);
  }