tests/testthat/test_inline_response200101.R

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

context("Test InlineResponse200101")

model.instance <- InlineResponse200101$new()

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

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

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

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

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

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

test_that("nav", {
  # tests for the property `nav` (character)
  # NAV of redemption

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

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

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

test_that("netProceed", {
  # tests for the property `netProceed` (character)
  # Net redemption value in usdt

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

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

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