tests/testthat/test_submission_validation_entity_inputs.R

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

context("Test SubmissionValidationEntityInputs")

model.instance <- SubmissionValidationEntityInputs$new()

test_that("entityName", {
  # tests for the property `entityName` (character)
  # name of entity

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

test_that("inputResolutions", {
  # tests for the property `inputResolutions` (array[SubmissionValidationValue])
  # input resolution

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