tests/testthat/test_stripe_card_out.R

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

context("Test StripeCardOut")

model.instance <- StripeCardOut$new()

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

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

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

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

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

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

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

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

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

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

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

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