tests/testthat/test_invoice_item_out.R

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

context("Test InvoiceItemOut")

model.instance <- InvoiceItemOut$new()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  # uncomment below to test the property 
  #expect_equal(model.instance$`plan_desc`, "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")
})
wing328/namsor-r-client documentation built on May 26, 2019, 7:01 p.m.