tests/testthat/test_inline_response200123_list.R

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

context("Test InlineResponse200123List")

model.instance <- InlineResponse200123List$new()

test_that("orderNo", {
  # tests for the property `orderNo` (character)
  # 0: purchase order, 1: sell order, 2: royalty income, 3: primary market order, 4: mint fee

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

test_that("tokens", {
  # tests for the property `tokens` (array[InlineResponse200123Tokens])

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

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

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

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

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

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

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