tests/testthat/test_inline_response200103.R

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

context("Test InlineResponse200103")

model.instance <- InlineResponse200103$new()

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

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

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

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

test_that("assets", {
  # tests for the property `assets` (array[character])

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