# 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")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.