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