tests/testthat/test_personal_name_geo_out.R

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

context("Test PersonalNameGeoOut")

model.instance <- PersonalNameGeoOut$new()

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

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

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

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

test_that("score", {
  # tests for the property `score` (numeric)

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

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

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

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

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

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

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

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

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

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

  # uncomment below to test the property 
  #expect_equal(model.instance$`sub_region`, "EXPECTED_RESULT")
})
wing328/namsor-r-client documentation built on May 26, 2019, 7:01 p.m.