tests/testthat/test_entity_query_result_metadata.R

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

context("Test EntityQueryResultMetadata")

model.instance <- EntityQueryResultMetadata$new()

test_that("unfilteredCount", {
  # tests for the property `unfilteredCount` (integer)
  # count of results before filtering

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

test_that("filteredCount", {
  # tests for the property `filteredCount` (integer)
  # count of results after filtering

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

test_that("filteredPageCount", {
  # tests for the property `filteredPageCount` (integer)
  # count of pages after filtering; honors pageSize parameter

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