tests/testthat/test_inline_response20018_rows.R

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

context("Test InlineResponse20018Rows")

model.instance <- InlineResponse20018Rows$new()

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

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

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

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

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

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

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

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

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

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

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

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

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

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