tests/testthat/test_inline_response20081.R

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

context("Test InlineResponse20081")

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  # uncomment below to test the property
  #expect_equal(model.instance$`startTime`, "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")
})
grahamjwhite/binanceRapi documentation built on Nov. 22, 2022, 9:37 p.m.