tests/testthat/test_software_version_out.R

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

context("Test SoftwareVersionOut")

model.instance <- SoftwareVersionOut$new()

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

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

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

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