tests/testthat/test_inline_response20095.R

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

context("Test InlineResponse20095")

model.instance <- InlineResponse20095$new()

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

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

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

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

test_that("data", {
  # tests for the property `data` (InlineResponse20095Data)

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