# 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")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.