# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
context("Test InlineResponse200125List")
model.instance <- InlineResponse200125List$new()
test_that("network", {
# tests for the property `network` (character)
# uncomment below to test the property
#expect_equal(model.instance$`network`, "EXPECTED_RESULT")
})
test_that("txID", {
# tests for the property `txID` (character)
# uncomment below to test the property
#expect_equal(model.instance$`txID`, "EXPECTED_RESULT")
})
test_that("contractAdrress", {
# tests for the property `contractAdrress` (character)
# uncomment below to test the property
#expect_equal(model.instance$`contractAdrress`, "EXPECTED_RESULT")
})
test_that("tokenId", {
# tests for the property `tokenId` (character)
# uncomment below to test the property
#expect_equal(model.instance$`tokenId`, "EXPECTED_RESULT")
})
test_that("timestamp", {
# tests for the property `timestamp` (integer)
# uncomment below to test the property
#expect_equal(model.instance$`timestamp`, "EXPECTED_RESULT")
})
test_that("fee", {
# tests for the property `fee` (numeric)
# uncomment below to test the property
#expect_equal(model.instance$`fee`, "EXPECTED_RESULT")
})
test_that("feeAsset", {
# tests for the property `feeAsset` (character)
# uncomment below to test the property
#expect_equal(model.instance$`feeAsset`, "EXPECTED_RESULT")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.