# 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 \"all\" 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")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.