tests/testthat/test_inline_response20098.R

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

context("Test InlineResponse20098")

model.instance <- InlineResponse20098$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("amount", {
  # tests for the property `amount` (character)
  # subscribed token amount

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

test_that("cost", {
  # tests for the property `cost` (character)
  # subscription cost in usdt

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