tests/testthat/test_inline_response20097.R

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

context("Test InlineResponse20097")

model.instance <- InlineResponse20097$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("description", {
  # tests for the property `description` (character)

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

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

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

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

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

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

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

test_that("currentBaskets", {
  # tests for the property `currentBaskets` (array[SapiV1BlvtTokenInfoCurrentBaskets])

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  # uncomment below to test the property
  #expect_equal(model.instance$`dailyRedeemLimit`, "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.