tests/testthat/test_entity_query_response.R

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

context("Test EntityQueryResponse")

model.instance <- EntityQueryResponse$new()

test_that("parameters", {
  # tests for the property `parameters` (EntityQueryParameters)

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

test_that("resultMetadata", {
  # tests for the property `resultMetadata` (EntityQueryResultMetadata)

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

test_that("results", {
  # tests for the property `results` (array[Entity])

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