tests/testthat/test_api_billing_period_usage_out.R

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

context("Test APIBillingPeriodUsageOut")

model.instance <- APIBillingPeriodUsageOut$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("subscription_started", {
  # tests for the property `subscription_started` (integer)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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