tests/testthat/test_inline_response200117.R

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

context("Test InlineResponse200117")

model.instance <- InlineResponse200117$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("poolNmae", {
  # tests for the property `poolNmae` (character)

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

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

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

test_that("liquidity", {
  # tests for the property `liquidity` (SapiV1BswapPoolConfigureLiquidity)

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

test_that("assetConfigure", {
  # tests for the property `assetConfigure` (SapiV1BswapPoolConfigureAssetConfigure)

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