tests/testthat/test_inline_response2002.R

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

context("Test InlineResponse2002")

model.instance <- InlineResponse2002$new()

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

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

test_that("bids", {
  # tests for the property `bids` (array[array[character]])

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

test_that("asks", {
  # tests for the property `asks` (array[array[character]])

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