tests/testthat/test_inline_response20097_data.R

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

context("Test InlineResponse20097Data")

model.instance <- InlineResponse20097Data$new()

test_that("otherProfits", {
  # tests for the property `otherProfits` (array[InlineResponse20097DataOtherProfits])

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

test_that("totalNum", {
  # tests for the property `totalNum` (integer)
  # Total Rows

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

test_that("pageSize", {
  # tests for the property `pageSize` (integer)
  # Rows per page

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