tests/testthat/test_first_last_name_gender_in.R

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

context("Test FirstLastNameGenderIn")

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

  # uncomment below to test the property 
  #expect_equal(model.instance$`gender`, "EXPECTED_RESULT")
})
namsor/namsor-r-sdk2 documentation built on March 15, 2021, 7:12 p.m.