# 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")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.