tests/testthat/test_inline_response20064.R

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

context("Test InlineResponse20064")

model.instance <- InlineResponse20064$new()

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

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

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

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

test_that("type", {
  # tests for the property `type` (integer)
  # 1 for transfer in, 2 for transfer out

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

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

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

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

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

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

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

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

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

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

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

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