tests/testthat/test_nih_status.R

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

context("Test NihStatus")

model.instance <- NihStatus$new()

test_that("linkedNihUsername", {
  # tests for the property `linkedNihUsername` (character)

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

test_that("datasetPermissions", {
  # tests for the property `datasetPermissions` (array[DatasetPermission])

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

test_that("linkExpireTime", {
  # tests for the property `linkExpireTime` (integer)

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