tests/testthat/test_isolated_margin_account_info_base_asset.R

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

context("Test IsolatedMarginAccountInfoBaseAsset")

model.instance <- IsolatedMarginAccountInfoBaseAsset$new()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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