tests/testthat/test_name_match_candidate_out.R

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

context("Test NameMatchCandidateOut")

model.instance <- NameMatchCandidateOut$new()

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

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

test_that("probability", {
  # tests for the property `probability` (numeric)

  # uncomment below to test the property 
  #expect_equal(model.instance$`probability`, "EXPECTED_RESULT")
})
namsor/namsor-r-sdk2 documentation built on March 15, 2021, 7:12 p.m.