tests/testthat/test_inline_response20093_data.R

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

context("Test InlineResponse20093Data")

model.instance <- InlineResponse20093Data$new()

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

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

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

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

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

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

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

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

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

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