tests/testthat/test_inline_response200124_list.R

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

context("Test InlineResponse200124List")

model.instance <- InlineResponse200124List$new()

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

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

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

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

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

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

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

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

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

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