tests/testthat/test_inline_response20052.R

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

context("Test InlineResponse20052")

model.instance <- InlineResponse20052$new()

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

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

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

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

test_that("spotSubUserAssetBtcVoList", {
  # tests for the property `spotSubUserAssetBtcVoList` (array[InlineResponse20052SpotSubUserAssetBtcVoList])

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