# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
context("Test CurrencyStats")
model.instance <- CurrencyStats$new()
test_that("name", {
# tests for the property `name` (character)
# uncomment below to test the property
#expect_equal(model.instance$`name`, "EXPECTED_RESULT")
})
test_that("no_blocks", {
# tests for the property `no_blocks` (integer)
# uncomment below to test the property
#expect_equal(model.instance$`no_blocks`, "EXPECTED_RESULT")
})
test_that("no_address_relations", {
# tests for the property `no_address_relations` (integer)
# uncomment below to test the property
#expect_equal(model.instance$`no_address_relations`, "EXPECTED_RESULT")
})
test_that("no_addresses", {
# tests for the property `no_addresses` (integer)
# uncomment below to test the property
#expect_equal(model.instance$`no_addresses`, "EXPECTED_RESULT")
})
test_that("no_entities", {
# tests for the property `no_entities` (integer)
# uncomment below to test the property
#expect_equal(model.instance$`no_entities`, "EXPECTED_RESULT")
})
test_that("no_txs", {
# tests for the property `no_txs` (integer)
# uncomment below to test the property
#expect_equal(model.instance$`no_txs`, "EXPECTED_RESULT")
})
test_that("no_labels", {
# tests for the property `no_labels` (integer)
# uncomment below to test the property
#expect_equal(model.instance$`no_labels`, "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("tools", {
# tests for the property `tools` (array[character])
# uncomment below to test the property
#expect_equal(model.instance$`tools`, "EXPECTED_RESULT")
})
test_that("notes", {
# tests for the property `notes` (array[character])
# uncomment below to test the property
#expect_equal(model.instance$`notes`, "EXPECTED_RESULT")
})
test_that("data_sources", {
# tests for the property `data_sources` (array[StatsLedger])
# uncomment below to test the property
#expect_equal(model.instance$`data_sources`, "EXPECTED_RESULT")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.