tests/testthat/test_inline_response20040_user_asset_dribblets.R

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

context("Test InlineResponse20040UserAssetDribblets")

model.instance <- InlineResponse20040UserAssetDribblets$new()

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

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

test_that("totalTransferedAmount", {
  # tests for the property `totalTransferedAmount` (character)
  # Total transfered BNB amount for this exchange.

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

test_that("totalServiceChargeAmount", {
  # tests for the property `totalServiceChargeAmount` (character)
  # Total service charge amount for this exchange.

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

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

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

test_that("userAssetDribbletDetails", {
  # tests for the property `userAssetDribbletDetails` (array[InlineResponse20040UserAssetDribbletDetails])

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