tests/testthat/test_workflow_call_diff.R

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

context("Test WorkflowCallDiff")

model.instance <- WorkflowCallDiff$new()

test_that("allowResultReuse", {
  # tests for the property `allowResultReuse` (character)

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

test_that("callFqn", {
  # tests for the property `callFqn` (character)

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

test_that("executionStatus", {
  # tests for the property `executionStatus` (character)

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

test_that("jobIndex", {
  # tests for the property `jobIndex` (numeric)

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

test_that("workflowId", {
  # tests for the property `workflowId` (WorkflowIdParam)

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