tests/testthat/test_inline_response20079.R

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

context("Test InlineResponse20079")

model.instance <- InlineResponse20079$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("displayPriority", {
  # tests for the property `displayPriority` (integer)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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