# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
context("Test SearchResultByCurrency")
model.instance <- SearchResultByCurrency$new()
test_that("currency", {
# tests for the property `currency` (character)
# Currency
# uncomment below to test the property
#expect_equal(model.instance$`currency`, "EXPECTED_RESULT")
})
test_that("addresses", {
# tests for the property `addresses` (array[character])
# The list of found addresses
# uncomment below to test the property
#expect_equal(model.instance$`addresses`, "EXPECTED_RESULT")
})
test_that("txs", {
# tests for the property `txs` (array[character])
# The list of found transactions
# uncomment below to test the property
#expect_equal(model.instance$`txs`, "EXPECTED_RESULT")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.