tests/testthat/test_inline_response2001.R

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

context("Test InlineResponse2001")

model.instance <- InlineResponse2001$new()

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

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

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

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

test_that("rateLimits", {
  # tests for the property `rateLimits` (array[InlineResponse2001RateLimits])

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

test_that("exchangeFilters", {
  # tests for the property `exchangeFilters` (array[object])

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

test_that("symbols", {
  # tests for the property `symbols` (array[InlineResponse2001Symbols])

  # uncomment below to test the property
  #expect_equal(model.instance$`symbols`, "EXPECTED_RESULT")
})
grahamjwhite/binanceRapi documentation built on Nov. 22, 2022, 9:37 p.m.