tests/testthat/test_copy_entity.R

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

context("Test CopyEntity")

model.instance <- CopyEntity$new()

test_that("sourceWorkspace", {
  # tests for the property `sourceWorkspace` (Namespace)

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

test_that("entityType", {
  # tests for the property `entityType` (character)
  # Entity Type

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

test_that("entityNames", {
  # tests for the property `entityNames` (array[character])
  # List of entity names to be copied

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