tests/testthat/test_sub_account_coin_futures_details.R

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

context("Test SubAccountCOINFuturesDetails")

model.instance <- SubAccountCOINFuturesDetails$new()

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

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

test_that("assets", {
  # tests for the property `assets` (array[SubAccountCOINFuturesDetailsAssets])

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

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

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

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

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

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

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

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

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

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

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