tests/testthat/test_inline_response20064_sub_account_list.R

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

context("Test InlineResponse20064SubAccountList")

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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