tests/testthat/test_pfb_response.R

# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate

context("Test PFBResponse")

model.instance <- PFBResponse$new()

test_that("url", {
  # tests for the property `url` (character)
  # the link to PFB/Avro specified in the request

  # uncomment below to test the property 
  #expect_equal(model.instance$`url`, "EXPECTED_RESULT")
})

test_that("jobId", {
  # tests for the property `jobId` (character)
  # unique id for the import job.

  # uncomment below to test the property 
  #expect_equal(model.instance$`jobId`, "EXPECTED_RESULT")
})

test_that("workspace", {
  # tests for the property `workspace` (PFBResponseWorkspace)

  # uncomment below to test the property 
  #expect_equal(model.instance$`workspace`, "EXPECTED_RESULT")
})
vjcitn/terraClientR documentation built on Dec. 23, 2021, 4:07 p.m.