tests/testthat/test_billing_info_in_out.R

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

context("Test BillingInfoInOut")

model.instance <- BillingInfoInOut$new()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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