# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
context("Test InlineResponse200110")
model.instance <- InlineResponse200110$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")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.