tests/testthat/test_inline_response20022.R

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

context("Test InlineResponse20022")

model.instance <- InlineResponse20022$new()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

test_that("orders", {
  # tests for the property `orders` (array[ApiV3OpenOrderListOrders])

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