# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
context("Test InlineResponse20033")
model.instance <- InlineResponse20033$new()
test_that("address", {
# tests for the property `address` (character)
# uncomment below to test the property
#expect_equal(model.instance$`address`, "EXPECTED_RESULT")
})
test_that("amount", {
# tests for the property `amount` (character)
# uncomment below to test the property
#expect_equal(model.instance$`amount`, "EXPECTED_RESULT")
})
test_that("applyTime", {
# tests for the property `applyTime` (character)
# uncomment below to test the property
#expect_equal(model.instance$`applyTime`, "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("id", {
# tests for the property `id` (character)
# uncomment below to test the property
#expect_equal(model.instance$`id`, "EXPECTED_RESULT")
})
test_that("withdrawOrderId", {
# tests for the property `withdrawOrderId` (character)
# will not be returned if there's no withdrawOrderId for this withdraw.
# uncomment below to test the property
#expect_equal(model.instance$`withdrawOrderId`, "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("transferType", {
# tests for the property `transferType` (integer)
# 1 for internal transfer, 0 for external transfer
# uncomment below to test the property
#expect_equal(model.instance$`transferType`, "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("transactionFee", {
# tests for the property `transactionFee` (character)
# uncomment below to test the property
#expect_equal(model.instance$`transactionFee`, "EXPECTED_RESULT")
})
test_that("confirmNo", {
# tests for the property `confirmNo` (integer)
# uncomment below to test the property
#expect_equal(model.instance$`confirmNo`, "EXPECTED_RESULT")
})
test_that("txId", {
# tests for the property `txId` (character)
# uncomment below to test the property
#expect_equal(model.instance$`txId`, "EXPECTED_RESULT")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.