tests/testthat/test_api_period_usage_out.R

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

context("Test APIPeriodUsageOut")

model.instance <- APIPeriodUsageOut$new()

test_that("subscription", {
  # tests for the property `subscription` (APIPlanSubscriptionOut)

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

test_that("billing_period", {
  # tests for the property `billing_period` (APIBillingPeriodUsageOut)

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

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

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

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

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

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

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

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

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