# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
context("Test InlineResponse20069")
model.instance <- InlineResponse20069$new()
test_that("coin", {
# tests for the property `coin` (character)
# uncomment below to test the property
#expect_equal(model.instance$`coin`, "EXPECTED_RESULT")
})
test_that("name", {
# tests for the property `name` (character)
# uncomment below to test the property
#expect_equal(model.instance$`name`, "EXPECTED_RESULT")
})
test_that("totalBalance", {
# tests for the property `totalBalance` (character)
# uncomment below to test the property
#expect_equal(model.instance$`totalBalance`, "EXPECTED_RESULT")
})
test_that("availableBalance", {
# tests for the property `availableBalance` (character)
# uncomment below to test the property
#expect_equal(model.instance$`availableBalance`, "EXPECTED_RESULT")
})
test_that("inOrder", {
# tests for the property `inOrder` (character)
# uncomment below to test the property
#expect_equal(model.instance$`inOrder`, "EXPECTED_RESULT")
})
test_that("btcValue", {
# tests for the property `btcValue` (character)
# uncomment below to test the property
#expect_equal(model.instance$`btcValue`, "EXPECTED_RESULT")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.