tests/testthat/test_register_profile.R

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

context("Test RegisterProfile")

model.instance <- RegisterProfile$new()

test_that("userId", {
  # tests for the property `userId` (character)
  # The user&#39;s subject id

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

test_that("keyValuePairs", {
  # tests for the property `keyValuePairs` (array[KeyValuePair])

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