tests/testthat/test_inline_response2001_symbols.R

# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate

context("Test InlineResponse2001Symbols")

model.instance <- InlineResponse2001Symbols$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("status", {
  # tests for the property `status` (character)

  # uncomment below to test the property
  #expect_equal(model.instance$`status`, "EXPECTED_RESULT")
})

test_that("baseAsset", {
  # tests for the property `baseAsset` (character)

  # uncomment below to test the property
  #expect_equal(model.instance$`baseAsset`, "EXPECTED_RESULT")
})

test_that("baseAssetPrecision", {
  # tests for the property `baseAssetPrecision` (integer)

  # uncomment below to test the property
  #expect_equal(model.instance$`baseAssetPrecision`, "EXPECTED_RESULT")
})

test_that("quoteAsset", {
  # tests for the property `quoteAsset` (character)

  # uncomment below to test the property
  #expect_equal(model.instance$`quoteAsset`, "EXPECTED_RESULT")
})

test_that("quoteAssetPrecision", {
  # tests for the property `quoteAssetPrecision` (integer)

  # uncomment below to test the property
  #expect_equal(model.instance$`quoteAssetPrecision`, "EXPECTED_RESULT")
})

test_that("baseCommissionPrecision", {
  # tests for the property `baseCommissionPrecision` (integer)

  # uncomment below to test the property
  #expect_equal(model.instance$`baseCommissionPrecision`, "EXPECTED_RESULT")
})

test_that("quoteCommissionPrecision", {
  # tests for the property `quoteCommissionPrecision` (integer)

  # uncomment below to test the property
  #expect_equal(model.instance$`quoteCommissionPrecision`, "EXPECTED_RESULT")
})

test_that("orderTypes", {
  # tests for the property `orderTypes` (array[character])

  # uncomment below to test the property
  #expect_equal(model.instance$`orderTypes`, "EXPECTED_RESULT")
})

test_that("icebergAllowed", {
  # tests for the property `icebergAllowed` (character)

  # uncomment below to test the property
  #expect_equal(model.instance$`icebergAllowed`, "EXPECTED_RESULT")
})

test_that("ocoAllowed", {
  # tests for the property `ocoAllowed` (character)

  # uncomment below to test the property
  #expect_equal(model.instance$`ocoAllowed`, "EXPECTED_RESULT")
})

test_that("quoteOrderQtyMarketAllowed", {
  # tests for the property `quoteOrderQtyMarketAllowed` (character)

  # uncomment below to test the property
  #expect_equal(model.instance$`quoteOrderQtyMarketAllowed`, "EXPECTED_RESULT")
})

test_that("isSpotTradingAllowed", {
  # tests for the property `isSpotTradingAllowed` (character)

  # uncomment below to test the property
  #expect_equal(model.instance$`isSpotTradingAllowed`, "EXPECTED_RESULT")
})

test_that("isMarginTradingAllowed", {
  # tests for the property `isMarginTradingAllowed` (character)

  # uncomment below to test the property
  #expect_equal(model.instance$`isMarginTradingAllowed`, "EXPECTED_RESULT")
})

test_that("filters", {
  # tests for the property `filters` (array[InlineResponse2001Filters])

  # uncomment below to test the property
  #expect_equal(model.instance$`filters`, "EXPECTED_RESULT")
})

test_that("permissions", {
  # tests for the property `permissions` (array[character])

  # uncomment below to test the property
  #expect_equal(model.instance$`permissions`, "EXPECTED_RESULT")
})
grahamjwhite/binanceRapi documentation built on Nov. 22, 2022, 9:37 p.m.