tests/testthat/test_api_usage_aggregated_out.R

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

context("Test APIUsageAggregatedOut")

model.instance <- APIUsageAggregatedOut$new()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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