tests/testthat/test_first_last_name_phone_coded_out.R

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

context("Test FirstLastNamePhoneCodedOut")

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  # uncomment below to test the property 
  #expect_equal(model.instance$`verified`, "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_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.