tests/testthat/test_inline_response20069.R

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

context("Test InlineResponse20069")

model.instance <- InlineResponse20069$new()

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

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

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

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

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

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

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

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

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

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

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

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