tests/testthat/test_inline_response20074.R

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

context("Test InlineResponse20074")

model.instance <- InlineResponse20074$new()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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