tests/testthat/test_api_service_out.R

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

context("Test APIServiceOut")

model.instance <- APIServiceOut$new()

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

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

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

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

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

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