tests/testthat/test_workflow_status_response.R

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

context("Test WorkflowStatusResponse")

model.instance <- WorkflowStatusResponse$new()

test_that("id", {
  # tests for the property `id` (character)
  # The identifier of the workflow

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

test_that("status", {
  # tests for the property `status` (character)
  # The status of the workflow

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