tests/testthat/test_inline_response200102.R

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

context("Test InlineResponse200102")

model.instance <- InlineResponse200102$new()

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

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

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

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

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

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