tests/testthat/test_user_info_out.R

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

context("Test UserInfoOut")

model.instance <- UserInfoOut$new()

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

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

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

  # uncomment below to test the property 
  #expect_equal(model.instance$`email`, "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("email_verified", {
  # tests for the property `email_verified` (character)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

test_that("other_infos", {
  # tests for the property `other_infos` (UserInfoOut)

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