# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
context("Test InlineResponse20015")
model.instance <- InlineResponse20015$new()
test_that("base", {
# tests for the property `base` (character)
# uncomment below to test the property
#expect_equal(model.instance$`base`, "EXPECTED_RESULT")
})
test_that("id", {
# tests for the property `id` (integer)
# uncomment below to test the property
#expect_equal(model.instance$`id`, "EXPECTED_RESULT")
})
test_that("isBuyAllowed", {
# tests for the property `isBuyAllowed` (character)
# uncomment below to test the property
#expect_equal(model.instance$`isBuyAllowed`, "EXPECTED_RESULT")
})
test_that("isMarginTrade", {
# tests for the property `isMarginTrade` (character)
# uncomment below to test the property
#expect_equal(model.instance$`isMarginTrade`, "EXPECTED_RESULT")
})
test_that("isSellAllowed", {
# tests for the property `isSellAllowed` (character)
# uncomment below to test the property
#expect_equal(model.instance$`isSellAllowed`, "EXPECTED_RESULT")
})
test_that("quote", {
# tests for the property `quote` (character)
# uncomment below to test the property
#expect_equal(model.instance$`quote`, "EXPECTED_RESULT")
})
test_that("symbol", {
# tests for the property `symbol` (character)
# uncomment below to test the property
#expect_equal(model.instance$`symbol`, "EXPECTED_RESULT")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.