tests/testthat/test_parsed_full_name_geo_in.R

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

context("Test ParsedFullNameGeoIn")

model.instance <- ParsedFullNameGeoIn$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("first_name", {
  # tests for the property `first_name` (character)

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

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

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

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

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

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

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

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

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

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

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