tests/testthat/test_inline_response20017_rows.R

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

context("Test InlineResponse20017Rows")

model.instance <- InlineResponse20017Rows$new()

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

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

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

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

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

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