tests/testthat/test_stripe_customer_out.R

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

context("Test StripeCustomerOut")

model.instance <- StripeCustomerOut$new()

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("source_country", {
  # tests for the property `source_country` (character)

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

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

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

test_that("striped_cards", {
  # tests for the property `striped_cards` (StripeCardOut)

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