tests/testthat/test_api_plan_subscription_out.R

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

context("Test APIPlanSubscriptionOut")

model.instance <- APIPlanSubscriptionOut$new()

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

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

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

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

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

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

test_that("tax_rate", {
  # tests for the property `tax_rate` (numeric)

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

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

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

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

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

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

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

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

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

test_that("price_usd", {
  # tests for the property `price_usd` (numeric)

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

test_that("price_overage_usd", {
  # tests for the property `price_overage_usd` (numeric)

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

test_that("price", {
  # tests for the property `price` (numeric)

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

test_that("price_overage", {
  # tests for the property `price_overage` (numeric)

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

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

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

test_that("currency_factor", {
  # tests for the property `currency_factor` (numeric)

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

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

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

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

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

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