tests/testthat/test_inline_response20099_data_profit_transfer_details.R

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

context("Test InlineResponse20099DataProfitTransferDetails")

model.instance <- InlineResponse20099DataProfitTransferDetails$new()

test_that("poolUsername", {
  # tests for the property `poolUsername` (character)
  # Transfer out of sub-account

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

test_that("toPoolUsername", {
  # tests for the property `toPoolUsername` (character)
  # Transfer into subaccount

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

test_that("algoName", {
  # tests for the property `algoName` (character)
  # Transfer algorithm

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

test_that("hashRate", {
  # tests for the property `hashRate` (integer)
  # Transferred Hashrate quantity

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

test_that("day", {
  # tests for the property `day` (integer)
  # Transfer date

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

test_that("amount", {
  # tests for the property `amount` (numeric)
  # Transfer income

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

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

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