# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
context("Test InlineResponse20054")
model.instance <- InlineResponse20054$new()
test_that("amount", {
# tests for the property `amount` (character)
# uncomment below to test the property
#expect_equal(model.instance$`amount`, "EXPECTED_RESULT")
})
test_that("coin", {
# tests for the property `coin` (character)
# uncomment below to test the property
#expect_equal(model.instance$`coin`, "EXPECTED_RESULT")
})
test_that("network", {
# tests for the property `network` (character)
# uncomment below to test the property
#expect_equal(model.instance$`network`, "EXPECTED_RESULT")
})
test_that("status", {
# tests for the property `status` (integer)
# uncomment below to test the property
#expect_equal(model.instance$`status`, "EXPECTED_RESULT")
})
test_that("address", {
# tests for the property `address` (character)
# uncomment below to test the property
#expect_equal(model.instance$`address`, "EXPECTED_RESULT")
})
test_that("addressTag", {
# tests for the property `addressTag` (character)
# uncomment below to test the property
#expect_equal(model.instance$`addressTag`, "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("insertTime", {
# tests for the property `insertTime` (integer)
# uncomment below to test the property
#expect_equal(model.instance$`insertTime`, "EXPECTED_RESULT")
})
test_that("transferType", {
# tests for the property `transferType` (integer)
# uncomment below to test the property
#expect_equal(model.instance$`transferType`, "EXPECTED_RESULT")
})
test_that("confirmTimes", {
# tests for the property `confirmTimes` (character)
# uncomment below to test the property
#expect_equal(model.instance$`confirmTimes`, "EXPECTED_RESULT")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.