tests/testthat/test_pfb_status_response.R

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

context("Test PFBStatusResponse")

model.instance <- PFBStatusResponse$new()

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("status", {
  # tests for the property `status` (character)
  # short status for the import job.

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

test_that("message", {
  # tests for the property `message` (character)
  # extended explanation for the import job.

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