tests/testthat/test_inline_response200121.R

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

context("Test InlineResponse200121")

model.instance <- InlineResponse200121$new()

test_that("list", {
  # tests for the property `list` (array[InlineResponse200121List])

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

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

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

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

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

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

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

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

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