tests/testthat/test_tag.R

# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate

context("Test Tag")

model.instance <- Tag$new()

test_that("label", {
  # tests for the property `label` (character)
  # Label

  # uncomment below to test the property 
  #expect_equal(model.instance$`label`, "EXPECTED_RESULT")
})

test_that("category", {
  # tests for the property `category` (character)
  # Category

  # uncomment below to test the property 
  #expect_equal(model.instance$`category`, "EXPECTED_RESULT")
})

test_that("abuse", {
  # tests for the property `abuse` (character)
  # Abuses

  # uncomment below to test the property 
  #expect_equal(model.instance$`abuse`, "EXPECTED_RESULT")
})

test_that("tagpack_uri", {
  # tests for the property `tagpack_uri` (character)
  # Tagpack URI

  # uncomment below to test the property 
  #expect_equal(model.instance$`tagpack_uri`, "EXPECTED_RESULT")
})

test_that("source", {
  # tests for the property `source` (character)
  # Source

  # uncomment below to test the property 
  #expect_equal(model.instance$`source`, "EXPECTED_RESULT")
})

test_that("lastmod", {
  # tests for the property `lastmod` (integer)
  # Last modified

  # uncomment below to test the property 
  #expect_equal(model.instance$`lastmod`, "EXPECTED_RESULT")
})

test_that("active", {
  # tests for the property `active` (character)
  # whether the address has been ever used

  # uncomment below to test the property 
  #expect_equal(model.instance$`active`, "EXPECTED_RESULT")
})

test_that("currency", {
  # tests for the property `currency` (character)
  # Currency

  # uncomment below to test the property 
  #expect_equal(model.instance$`currency`, "EXPECTED_RESULT")
})
graphsense/rgraphsense documentation built on Sept. 2, 2022, 1:45 p.m.