tests/testthat/test_inline_response200102_data.R

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

context("Test InlineResponse200102Data")

model.instance <- InlineResponse200102Data$new()

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

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

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

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

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

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

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

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

test_that("profitToday", {
  # tests for the property `profitToday` (InlineResponse200102DataProfitToday)

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

test_that("profitYesterday", {
  # tests for the property `profitYesterday` (InlineResponse200102DataProfitToday)

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

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

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

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

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

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

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