tests/testthat/test_inline_response200114.R

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

context("Test InlineResponse200114")

model.instance <- InlineResponse200114$new()

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

  # uncomment below to test the property
  #expect_equal(model.instance$`quoteAsset`, "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("quoteQty", {
  # tests for the property `quoteQty` (numeric)

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

test_that("baseQty", {
  # tests for the property `baseQty` (numeric)

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

test_that("price", {
  # tests for the property `price` (numeric)

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

test_that("slippage", {
  # tests for the property `slippage` (numeric)

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

test_that("fee", {
  # tests for the property `fee` (numeric)

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