tests/testthat/test_system_metrics_out.R

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

context("Test SystemMetricsOut")

model.instance <- SystemMetricsOut$new()

test_that("classifier_metrics", {
  # tests for the property `classifier_metrics` (ClassifierMetricsOut)

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

test_that("source_metrics", {
  # tests for the property `source_metrics` (SourceMetricsOut)

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

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

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

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

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

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

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