tests/testthat/test_inline_response20062.R

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

context("Test InlineResponse20062")

model.instance <- InlineResponse20062$new()

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

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

test_that("leverage", {
  # tests for the property `leverage` (character)
  # current initial leverage

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

test_that("maxNotional", {
  # tests for the property `maxNotional` (character)
  # notional value limit of current initial leverage

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

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

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

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

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

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

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

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