tests/testthat/test_billing_history_out.R

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

context("Test BillingHistoryOut")

model.instance <- BillingHistoryOut$new()

test_that("stripe_invoices", {
  # tests for the property `stripe_invoices` (InvoiceOut)

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

test_that("corporate_invoices", {
  # tests for the property `corporate_invoices` (InvoiceOut)

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