tests/testthat/test_inline_response20034.R

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

context("Test InlineResponse20034")

model.instance <- InlineResponse20034$new()

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

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

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

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

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

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

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

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