tests/testthat/test_inline_response20015.R

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