tests/testthat/test_inline_response20041.R

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

context("Test InlineResponse20041")

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

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

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

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