tests/testthat/test_inline_response200100.R

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

context("Test InlineResponse200100")

model.instance <- InlineResponse200100$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("status", {
  # tests for the property `status` (character)
  # S, P, and F for \&quot;success\&quot;, \&quot;pending\&quot;, and \&quot;failure\&quot;

  # uncomment below to test the property
  #expect_equal(model.instance$`status`, "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("redeemAmount", {
  # tests for the property `redeemAmount` (character)
  # Redemption token amount

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

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

  # uncomment below to test the property
  #expect_equal(model.instance$`amount`, "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.