tests/testthat/test_inline_response20079_data.R

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

context("Test InlineResponse20079Data")

model.instance <- InlineResponse20079Data$new()

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

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

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

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

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

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

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

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

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

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

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

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

test_that("status", {
  # tests for the property `status` (character)
  # Processing, Failed, Successful, Finished, Refunding, Refunded, Refund Failed, Order Partial credit Stopped

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

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

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

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

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