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