tests/testthat/test_expected_class_metrics_out.R

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

context("Test ExpectedClassMetricsOut")

model.instance <- ExpectedClassMetricsOut$new()

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

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

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

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

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

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

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

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

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

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

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

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