tests/testthat/test_book_ticker.R

# 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")
})
grahamjwhite/binanceRapi documentation built on Nov. 22, 2022, 9:37 p.m.