# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
context("Test InlineResponse200101")
model.instance <- InlineResponse200101$new()
test_that("id", {
# tests for the property `id` (numeric)
# uncomment below to test the property
#expect_equal(model.instance$`id`, "EXPECTED_RESULT")
})
test_that("tokenName", {
# tests for the property `tokenName` (character)
# uncomment below to test the property
#expect_equal(model.instance$`tokenName`, "EXPECTED_RESULT")
})
test_that("amount", {
# tests for the property `amount` (character)
# Redemption amount
# uncomment below to test the property
#expect_equal(model.instance$`amount`, "EXPECTED_RESULT")
})
test_that("nav", {
# tests for the property `nav` (character)
# NAV of redemption
# uncomment below to test the property
#expect_equal(model.instance$`nav`, "EXPECTED_RESULT")
})
test_that("fee", {
# tests for the property `fee` (character)
# Reemption fee
# uncomment below to test the property
#expect_equal(model.instance$`fee`, "EXPECTED_RESULT")
})
test_that("netProceed", {
# tests for the property `netProceed` (character)
# Net redemption value in usdt
# uncomment below to test the property
#expect_equal(model.instance$`netProceed`, "EXPECTED_RESULT")
})
test_that("timestamp", {
# tests for the property `timestamp` (integer)
# uncomment below to test the property
#expect_equal(model.instance$`timestamp`, "EXPECTED_RESULT")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.