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")
})
wing328/namsor-r-client documentation built on May 26, 2019, 7:01 p.m.