tests/testthat/test_inline_response200102_data_profit_today.R

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

context("Test InlineResponse200102DataProfitToday")

model.instance <- InlineResponse200102DataProfitToday$new()

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

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

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

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

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

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