tests/testthat/test_bswap_rmv_liquidity_preview_combination.R

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

context("Test BswapRmvLiquidityPreviewCombination")

model.instance <- BswapRmvLiquidityPreviewCombination$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("quoteAmt", {
  # tests for the property `quoteAmt` (integer)

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

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

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

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

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