tests/testthat/test_array_browser_sidebar.R

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

context("Test ArrayBrowserSidebar")

model.instance <- ArrayBrowserSidebar$new()

test_that("namespaces", {
  # tests for the property `namespaces` (array[character])
  # list of all unique namespaces to display

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

test_that("result_count_for_all", {
  # tests for the property `result_count_for_all` (integer)
  # A count of \&quot;all\&quot; of category

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

test_that("result_count_by_namespace", {
  # tests for the property `result_count_by_namespace` (object)
  # A map that includes the result count by namespace

  # uncomment below to test the property 
  #expect_equal(model.instance$`result_count_by_namespace`, "EXPECTED_RESULT")
})
TileDB-Inc/TileDB-Cloud-R documentation built on July 18, 2024, 3:33 p.m.