tests/testthat/test_search_result_by_currency.R

# 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")
})
graphsense/rgraphsense documentation built on Sept. 2, 2022, 1:45 p.m.