tests/testthat/test_inline_response20041_transfer_result.R

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

context("Test InlineResponse20041TransferResult")

model.instance <- InlineResponse20041TransferResult$new()

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

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

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

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

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

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

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

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

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

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

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

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