tests/testthat/test_inline_response20030.R

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

context("Test InlineResponse20030")

model.instance <- InlineResponse20030$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("depositAllEnable", {
  # tests for the property `depositAllEnable` (character)

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

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

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

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

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

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

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

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

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

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

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

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

  # uncomment below to test the property
  #expect_equal(model.instance$`locked`, "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("networkList", {
  # tests for the property `networkList` (array[SapiV1CapitalConfigGetallNetworkList])

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

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

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

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

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

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

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

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

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